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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.h112 jboolean isBgInitialized; /* whether the bg pixel is valid */ member in struct:_X11SDOps
H A DX11SurfaceData.c304 xsdo->isBgInitialized = JNI_FALSE;
1087 xsdo->isBgInitialized = JNI_FALSE;
1593 if (xsdo->isBgInitialized == JNI_FALSE || xsdo->bgPixel != pixel) {
1634 xsdo->isBgInitialized = JNI_TRUE;

Completed in 27 milliseconds