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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java324 protected double getPhysicalPrintableX(Paper p) { method in class:CPrinterJob
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java340 abstract protected double getPhysicalPrintableX(Paper p); method in class:RasterPrinterJob
1956 peekGraphics.translate(-getPhysicalPrintableX(paper) / xScale,
2004 pathGraphics.translate(-getPhysicalPrintableX(paper) / xScale,
2074 int deviceAddressableX = (int)getPhysicalPrintableX(paper);
H A DPSPathGraphics.java681 -psPrinterJob.getPhysicalPrintableX(pageFormat.getPaper())
H A DPSPrinterJob.java1493 protected double getPhysicalPrintableX(Paper p) { method in class:PSPrinterJob
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java1374 -wPrinterJob.getPhysicalPrintableX(pageFormat.getPaper())
H A DWPrinterJob.java800 protected double getPhysicalPrintableX(Paper p) { method in class:WPrinterJob

Completed in 64 milliseconds