HomeSort by: relevance | last modified time | path
    Searched refs:closeness (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
image_xpm.c 90 attributes.closeness = 65535; /* Never fail */
  /xsrc/external/mit/fontconfig/dist/doc/
fcfontset.fncs 112 sorted by closeness to <parameter>pattern</parameter>.
  /xsrc/external/mit/libXaw/dist/src/
Pixmap.c 941 unsigned int closeness = 4000; local
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/
xpm.h 174 unsigned int closeness; /* Allowable RGB deviation */ member in struct:__anon6
  /xsrc/external/mit/libXpm/dist/src/
create.c 148 long closeness; member in struct:__anon12
157 return (int) (x->closeness - y->closeness);
218 attributes->closeness;
230 * We sort the colormap by closeness and try to allocate the color
239 * colors are within closeness of the target. If we knew that the
242 * If _none_ of the colors within closeness of the target can be allocated,
278 closenesses[i].closeness =
355 (((attributes->valuemask & XpmCloseness) && attributes->closeness != 0) \
  /xsrc/external/mit/libXpm/dist/sxpm/
sxpm.c 355 view.attributes.closeness = 40000;

Completed in 9 milliseconds