Searched defs:frameRect (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java995 protected void frameRect(float x, float y, float width, float height) { method in class:WPrinterJob
996 frameRect(getPrintDC(), x, y, width, height);
1442 protected native void frameRect(long printDC, float x, float y, method in class:WPrinterJob

Completed in 36 milliseconds