Searched refs:getPhysicalPrintableX (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DRasterPrinterJob.java342 protected abstract double getPhysicalPrintableX(Paper p); method in class:RasterPrinterJob
2217 peekGraphics.translate(-getPhysicalPrintableX(paper) / xScale,
2265 pathGraphics.translate(-getPhysicalPrintableX(paper) / xScale,
2335 int deviceAddressableX = (int)getPhysicalPrintableX(paper);
H A DPSPathGraphics.java681 -psPrinterJob.getPhysicalPrintableX(pageFormat.getPaper())
H A DPSPrinterJob.java1541 protected double getPhysicalPrintableX(Paper p) { method in class:PSPrinterJob
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java403 protected double getPhysicalPrintableX(Paper p) { method in class:CPrinterJob
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java844 protected double getPhysicalPrintableX(Paper p) { method in class:WPrinterJob
H A DWPathGraphics.java1429 -wPrinterJob.getPhysicalPrintableX(pageFormat.getPaper())

Completed in 75 milliseconds