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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java260 private int mDestType; field in class:PSPrinterJob
464 mDestType = RasterPrinterJob.FILE;
470 mDestType = RasterPrinterJob.PRINTER;
499 mDestType = RasterPrinterJob.STREAM;
511 mDestType = RasterPrinterJob.FILE;
514 if (mDestType == RasterPrinterJob.FILE) {
740 if (mPSStream != null && mDestType != RasterPrinterJob.STREAM) {
764 if (mDestType != RasterPrinterJob.STREAM) {
768 if (mDestType == RasterPrinterJob.PRINTER) {
2207 job.mDestType
[all...]
H A DRasterPrinterJob.java281 protected int mDestType = RasterPrinterJob.FILE; field in class:RasterPrinterJob
948 mDestType = RasterPrinterJob.FILE;
962 mDestType = RasterPrinterJob.PRINTER;
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java123 mDestType = UnixPrintJob.DESTPRINTER;
597 if (mDestType == UnixPrintJob.DESTPRINTER) {
788 mDestType = DESTFILE;
920 private int mDestType = DESTPRINTER; field in class:UnixPrintJob
934 if (mDestType == UnixPrintJob.DESTFILE) {

Completed in 49 milliseconds