Searched refs:setPolyFillMode (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java141 * to setPolyFillMode().
150 * to setPolyFillMode().
994 protected void setPolyFillMode(int fillRule) { method in class:WPrinterJob
995 setPolyFillMode(getPrintDC(), fillRule);
1471 protected native void setPolyFillMode(long printDC, int fillRule); method in class:WPrinterJob
H A DWPathGraphics.java1742 wPrinterJob.setPolyFillMode(polyFillRule);

Completed in 163 milliseconds