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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dwsutils.h286 int32_t *transparentColor /* The transparent color the program
372 int32_t *transparentColor, /* The transparent color to use as the
H A DmultiVis.c505 int32_t transparentColor, transparentType; local
541 &transparentColor, &transparentType))
569 if (*pixel_ptr++ == transparentColor)
598 if (pixel_value == transparentColor)
624 if (pixel_value & transparentColor)
1021 transparentColor, transparentType)
1025 int32_t *transparentColor;
1035 *transparentColor = pOverlayVisuals[i].value;
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c140 int transparentColor = -1; local
174 transparentColor = pExtension[3];
176 transparentColor = GIF_NOT_TRANSPARENT;
230 srcFormat.transparentColor = transparentColor;
282 if (transparentColor < 0) {
H A Dsplashscreen_gfx.h69 unsigned transparentColor; // only for indexed colors. this is transparent color _INDEX_. member in struct:ImageFormat
H A Dsplashscreen_gfx_impl.h269 if (value == format->transparentColor)
H A Dsplashscreen_gfx_impl.c316 printf("byteorder=%d colormap=%08x depthBytes=%d fixedBits=%08x transparentColor=%u ",
318 (unsigned) format->fixedBits, (unsigned) format->transparentColor);

Completed in 39 milliseconds