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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterDialog.java31 private final CPrinterJob fPrinterJob; // used from native field in class:CPrinterDialog
35 fPrinterJob = printerJob;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterView.m48 fPrinterJob = JNFNewGlobalRef(env, printerJob);
106 JNFCallVoidMethod(env, fPrinterJob, jm_printToPathGraphics, fCurPeekGraphics, fPrinterJob, fCurPainter, fCurPageFormat, jPageIndex, context); // AWT_THREADING Safe (AWTRunLoop)
121 jobject o = JNFCallObjectMethod(env, fPrinterJob, jm_getJobName); // AWT_THREADING Safe (known object)
188 jobjectArray objectArray = JNFCallObjectMethod(env, fPrinterJob, jm_getPageformatPrintablePeekgraphics, jPageNumber); // AWT_THREADING Safe (AWTRunLoopMode)
205 jobject pageFormatArea = JNFCallObjectMethod(env, fPrinterJob, jm_printAndGetPageFormatArea, fCurPainter, fCurPeekGraphics, fCurPageFormat, jPageNumber); // AWT_THREADING Safe (AWTRunLoopMode)
249 return JNFCallBooleanMethod(env, fPrinterJob, jm_cancelCheck); // AWT_THREADING Safe (known object)
258 JNFCallVoidMethod(env, fPrinterJob, jf_completePrintLoop);
263 if (fPrinterJob != NULL)
265 JNFDeleteGlobalRef(env, fPrinterJob);
[all...]
H A DPrinterView.h30 jobject fPrinterJob; // CPrinterJob variable

Completed in 37 milliseconds