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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTablePrintable.java211 final int imgHeight = (int)pageFormat.getImageableHeight();
241 int availableSpace = imgHeight;
325 g2d.translate(0, imgHeight - footerTextSpace);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java1685 int imgHeight = img.getHeight(null);
1687 if (imgWidth < 0 || imgHeight < 0) {
1741 } else if (sy1 > imgHeight) { // empty srcArea
1742 sy1 = imgHeight;
1746 } else if (sy2 > imgHeight) {
1747 sy2 = imgHeight;
/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 31 milliseconds