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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c914 #define SMALLSCALE 255 macro
915 #define CheckColor(color,r,g,b) ((((color)->red >> 8) == (r) * SMALLSCALE) && \
916 (((color)->green >> 8) == (g) * SMALLSCALE) && \
917 (((color)->blue >> 8) == (b) * SMALLSCALE))

Completed in 27 milliseconds