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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Drobot_common.c50 int32_t redShift, greenShift, blueShift; local
79 blueShift = 0; while (!(blueMask&0x1)) {
80 blueShift++;
85 *bShift = blueShift ;
89 if( (uint32_t)i <= blueMask) colors[i].pixel |= (i<<blueShift) ;
92 colors[i].pixel = (i<<redShift)|(i<<greenShift)|(i<<blueShift);

Completed in 28 milliseconds