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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java423 return getGlyphsOutline(0, glyphs.length, 0, 0);
427 return getGlyphsOutline(0, glyphs.length, x, y);
432 return getGlyphsOutline(ix, 1, 0, 0);
437 return getGlyphsOutline(ix, 1, x, y);
1178 * Used by getOutline, getGlyphsOutline
1180 private Shape getGlyphsOutline(int start, int count, float x, float y) { method in class:StandardGlyphVector

Completed in 42 milliseconds