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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterView.m49 fCurPageFormat = NULL;
58 if (fCurPageFormat != NULL)
60 JNFDeleteGlobalRef(env, fCurPageFormat);
61 fCurPageFormat = NULL;
87 assert(fCurPageFormat != NULL);
106 JNFCallVoidMethod(env, fPrinterJob, jm_printToPathGraphics, fCurPeekGraphics, fPrinterJob, fCurPainter, fCurPageFormat, jPageIndex, context); // AWT_THREADING Safe (AWTRunLoop)
162 //assert(fCurPageFormat == NULL);
167 if(fCurPageFormat != NULL) {
168 JNFDeleteGlobalRef(env, fCurPageFormat);
193 fCurPageFormat
[all...]
H A DPrinterView.h31 jobject fCurPageFormat; variable

Completed in 29 milliseconds