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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c97 static XImage * cachedXImage; variable
114 cachedXImage = NULL;
624 if (cachedXImage != NULL &&
629 retImage = cachedXImage;
630 cachedXImage = (XImage *)NULL;
759 jint imgWidth = cachedXImage->width;
760 jint imgHeight = cachedXImage->height;
762 if (imgWidth < width || imgHeight < height || depth != cachedXImage->depth) {
1490 if (cachedXImage != NULL) {
1491 X11SD_DisposeXImage(cachedXImage);
[all...]

Completed in 24 milliseconds