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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterView.h35 jint fFirstPage, fLastPage; variable
H A DPrinterView.m77 fLastPage = lastPage;
139 if (fLastPage == java_awt_print_Pageable_UNKNOWN_NUMBER_OF_PAGES)
145 aRange->length = (fLastPage + 1) - fFirstPage;

Completed in 1067 milliseconds