Searched defs:imgHeight (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c760 jint imgHeight = cachedXImage->height; local
762 if (imgWidth < width || imgHeight < height || depth != cachedXImage->depth) {
774 if ((imgWidth < width + 64) && (imgHeight < height + 64)
775 && imgWidth <= maxWidth && imgHeight <= maxHeight)

Completed in 29 milliseconds