Searched refs:fFirstPage (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.m76 fFirstPage = firstPage;
137 aRange->location = fFirstPage + 1;
145 aRange->length = (fLastPage + 1) - fFirstPage;

Completed in 107 milliseconds