Searched defs:printGlyphVector (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | WPathGraphics.java | 564 protected boolean printGlyphVector(GlyphVector gv, float x, float y) { method in class:WPathGraphics 818 * See earlier comment in printGlyphVector() for details.
|
/openjdk7/jdk/src/share/classes/sun/print/ |
H A D | PathGraphics.java | 671 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)) {
|
Completed in 70 milliseconds