Searched refs:red_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
324 red_ind = (old_pixel & reg->vis->red_mask) >> rShift ;
329 ((colors[red_ind].red >> 8) << RED_SHIFT)
349 red_ind = (old_pixel & reg->vis->red_mask) >> rShift ;
354 ((colors[red_ind].red >> 8) << RED_SHIFT)

Completed in 31 milliseconds