Searched defs:old_pixel (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
317 old_pixel = (int32_t) XGetPixel(reg_image,j,i) ;
324 red_ind = (old_pixel & reg->vis->red_mask) >> rShift ;
325 green_ind = (old_pixel & reg->vis->green_mask) >> gShift ;
326 blue_ind = (old_pixel & reg->vis->blue_mask) >> bShift ;
335 * new_pixel = old_pixel;
348 old_pixel = (int32_t) XGetPixel(reg_image,j,i) ;
349 red_ind = (old_pixel & reg->vis->red_mask) >> rShift ;
350 green_ind = (old_pixel & reg->vis->green_mask) >> gShift ;
351 blue_ind = (old_pixel
[all...]

Completed in 41 milliseconds