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

/openjdk10/jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DPrinterView.h40 - (void)setFirstPage:(jint)firstPage lastPage:(jint)lastPage;
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java188 // setPageRange will set firstPage and lastPage as called in getFirstPage
278 * the end of the document. Note that firstPage
282 int firstPage = getFirstPage();
320 if (printLoop(false, firstPage, lastPage)) {
334 printLoop(true, firstPage, lastPage);
340 firstPage = prMembers[loopi][0]-1;
582 private native boolean printLoop(boolean waitUntilDone, int firstPage, int lastPage) throws PrinterException; argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DRasterPrinterJob.java1530 * the end of the document. Note that firstPage
1538 int firstPage = getFirstPage();
1588 for(int i = firstPage, pageResult = Printable.PAGE_EXISTS;
1866 * Both 'firstPage' and 'lastPage' are zero based
1871 protected void setPageRange(int firstPage, int lastPage) { argument
1872 if(firstPage >= 0 && lastPage >= 0) {
1873 mFirstPage = firstPage;

Completed in 51 milliseconds