Searched refs:new_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
328 new_pixel = (
335 * new_pixel = old_pixel;
338 XPutPixel(target_image,dst_x+j, dst_y+i,new_pixel);
353 new_pixel = (
358 XPutPixel(target_image,dst_x+j, dst_y+i,new_pixel);
370 new_pixel = (
375 XPutPixel(target_image,dst_x+j, dst_y+i,new_pixel);

Completed in 32 milliseconds