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

/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java1622 protected int getCopiesInt() { method in class:RasterPrinterJob
1765 return isCollated() ? getCopiesInt() : 1;
1775 return isCollated() ? 1 : getCopiesInt();
H A DPSPrinterJob.java635 mPSStream.print(" /NumCopies " +getCopiesInt());
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java662 mAttCopies = getCopiesInt();
1576 return getCopiesInt();

Completed in 36 milliseconds