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

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPaper.java62 private double mHeight; field in class:Paper
88 mHeight = LETTER_HEIGHT;
92 mHeight - 2 * INCH);
127 return mHeight;
143 mHeight = height;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java1875 private int mHeight; field in class:PeekGraphics.ImageWaiter
1887 return mHeight;
1891 mHeight = img.getHeight(this);
1893 while (!badImage && (mWidth < 0 || mHeight < 0)) {
1899 mHeight = img.getHeight(this);
1903 mHeight = 0;

Completed in 71 milliseconds