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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Drotor.c194 #define SCALE(W,N) CAT(W,N)/=12; CAT(W,N)+=(CAT(fs->center,W)-2) macro
196 SCALE(x,1); SCALE(x,2); \
197 SCALE(y,1); SCALE(y,2); \
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c125 #define SCALE 65535 macro
883 } else if (ramp[i].red == SCALE && ramp[i].blue == SCALE &&
884 ramp[i].green == SCALE) {
1049 (test.max + 1)) * SCALE) / test.max)
1170 r = ((unsigned short) ((i * SCALE) / size) >> 8) - (c->red >> 8);
1260 (colorCube->max + 1)) * SCALE) / colorCube->max)
1267 (j * SCALE) / colorCube->red_max;
1350 color.red = (unsigned short)((n * SCALE) / (grayRamp->red_max));

Completed in 55 milliseconds