Searched refs:greenShift (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
75 greenShift = 0; while (!(greenMask&0x1)) {
76 greenShift++;
84 *gShift = greenShift ;
88 if( (uint32_t)i <= greenMask) colors[i].pixel |= (i<<greenShift) ;
92 colors[i].pixel = (i<<redShift)|(i<<greenShift)|(i<<blueShift);

Completed in 22 milliseconds