Searched refs:deviceFill (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPathGraphics.java98 deviceFill(s.getPathIterator(new AffineTransform()), color);
737 protected void deviceFill(PathIterator pathIter, Color color) { method in class:PSPathGraphics
740 psPrinterJob.deviceFill(pathIter, color, getTransform(), getClip());
H A DPathGraphics.java1092 deviceFill(s.getPathIterator(deviceTransform), color);
1100 protected abstract void deviceFill(PathIterator pathIter, Color color); method in class:PathGraphics
H A DPSPrinterJob.java1900 protected void deviceFill(PathIterator pathIter, Color color, method in class:PSPrinterJob
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java1429 protected void deviceFill(PathIterator pathIter, Color color) { method in class:WPathGraphics

Completed in 45 milliseconds