Searched refs:closeness (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dimage_xpm.c90 attributes.closeness = 65535; /* Never fail */
/xsrc/external/mit/libXaw/dist/src/
H A DPixmap.c941 unsigned int closeness = 4000; local in function:XPixmapLoader
945 if ((argval = XawFindArgVal(params, "closeness")) != NULL
947 closeness = (unsigned)atoi(argval->value);
954 xpm_attributes.closeness = closeness;
/xsrc/external/mit/libXpm/dist/include/X11/
H A Dxpm.h195 unsigned int closeness; /* Allowable RGB deviation */ member in struct:__anon4ee7ae7b0608
/xsrc/external/mit/libXpm/dist/src/
H A Dcreate.c218 long closeness; member in struct:__anon5f50a0b00108
227 return (int) (x->closeness - y->closeness);
289 attributes->closeness;
301 * We sort the colormap by closeness and try to allocate the color
310 * colors are within closeness of the target. If we knew that the
313 * If _none_ of the colors within closeness of the target can be allocated,
349 closenesses[i].closeness =
426 (((attributes->valuemask & XpmCloseness) && attributes->closeness != 0) \
/xsrc/external/mit/libXpm/dist/sxpm/
H A Dsxpm.c355 view.attributes.closeness = 40000;

Completed in 13 milliseconds