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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c301 int32_t i,j,old_pixel,new_pixel,red_ind,green_ind,blue_ind ; local
326 blue_ind = (old_pixel & reg->vis->blue_mask) >> bShift ;
331 |((colors[blue_ind].blue >> 8) << BLUE_SHIFT)
351 blue_ind = (old_pixel & reg->vis->blue_mask) >> bShift ;
356 |((colors[blue_ind].blue >> 8) << BLUE_SHIFT)

Completed in 255 milliseconds