Searched refs:redShift (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
71 redShift = 0; while (!(redMask&0x1)) {
72 redShift++;
83 *rShift = redShift ;
87 if( (uint32_t)i <= redMask) colors[i].pixel = (i<<redShift) ;
92 colors[i].pixel = (i<<redShift)|(i<<greenShift)|(i<<blueShift);

Completed in 34 milliseconds