Searched refs:green_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
325 green_ind = (old_pixel & reg->vis->green_mask) >> gShift ;
330 |((colors[green_ind].green >> 8) << GREEN_SHIFT)
350 green_ind = (old_pixel & reg->vis->green_mask) >> gShift ;
355 |((colors[green_ind].green >> 8) << GREEN_SHIFT)

Completed in 33 milliseconds