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

/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPSPathGraphics.java148 protected int platformFontCount(Font font, String str) { method in class:PSPathGraphics
150 return psPrinterJob.platformFontCount(font, str);
H A DPathGraphics.java658 protected int platformFontCount(Font font, String str) { method in class:PathGraphics
849 int numFonts = platformFontCount(font, str);
H A DPSPrinterJob.java1234 protected int platformFontCount(Font font, String str) { method in class:PSPrinterJob
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPathGraphics.java281 protected int platformFontCount(Font font, String str) { method in class:WPathGraphics

Completed in 91 milliseconds