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

  /xsrc/external/mit/libXpm/dist/src/
XpmI.h 207 #define HashColorIndex(slot) ((unsigned long long)((*slot)->data))
210 #define HashColorIndex(slot) ((unsigned long)((*slot)->data))
parse.c 565 *iptr = HashColorIndex(slot);
create.c 2260 image_pixels[HashColorIndex(slot)]);
2263 shape_pixels[HashColorIndex(slot)]);

Completed in 8 milliseconds