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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c597 int32_t pixel_value = (int32_t) XGetPixel(image, x1, y1); local
598 if (pixel_value == transparentColor)
623 int32_t pixel_value = (int32_t) XGetPixel(image, x1, y1); local
624 if (pixel_value & transparentColor)

Completed in 31 milliseconds