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

/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPSPrinterJob.java250 private int mDestType; field in class:PSPrinterJob
461 mDestType = RasterPrinterJob.FILE;
467 mDestType = RasterPrinterJob.PRINTER;
519 mDestType = RasterPrinterJob.STREAM;
531 mDestType = RasterPrinterJob.FILE;
534 if (mDestType == RasterPrinterJob.FILE) {
761 if (mPSStream != null && mDestType != RasterPrinterJob.STREAM) {
789 if (mDestType != RasterPrinterJob.STREAM) {
793 if (mDestType == RasterPrinterJob.PRINTER) {
2273 job.mDestType
[all...]
H A DRasterPrinterJob.java283 protected int mDestType = RasterPrinterJob.FILE; field in class:RasterPrinterJob
1090 mDestType = RasterPrinterJob.FILE;
1104 mDestType = RasterPrinterJob.PRINTER;
/openjdk9/jdk/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintJob.java128 mDestType = UnixPrintJob.DESTPRINTER;
618 if (mDestType == UnixPrintJob.DESTPRINTER) {
809 mDestType = DESTFILE;
950 private int mDestType = DESTPRINTER; field in class:UnixPrintJob
964 if (mDestType == UnixPrintJob.DESTFILE) {

Completed in 297 milliseconds