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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java671 protected boolean printGlyphVector(GlyphVector gv, float x, float y) { method in class:PathGraphics
684 * then we do that (printGlyphVector).
699 return printGlyphVector(g, x, y);
818 return printGlyphVector(g, x, y);
826 return printGlyphVector(g, x, y);
939 return printGlyphVector(g, x, y);
947 * it may even be better to try printGlyphVector() in this case.
953 if (numGlyphs > 10 && printGlyphVector(g, x, y)) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java564 protected boolean printGlyphVector(GlyphVector gv, float x, float y) { method in class:WPathGraphics
818 * See earlier comment in printGlyphVector() for details.

Completed in 40 milliseconds