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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c105 int red_shift, blue_shift, green_shift, rgb_shift; variable
648 rgb_shift = 16-vis.bits_per_rgb;
1281 pixel = ((unsigned long)((unsigned short)(col->red) >> rgb_shift)
1283 |((unsigned long)((unsigned short)(col->blue) >> rgb_shift)
1285 |((unsigned long)((unsigned short)(col->green) >> rgb_shift)

Completed in 27 milliseconds