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

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphVector.java520 * @see #getGlyphVisualBounds
539 public abstract Shape getGlyphVisualBounds(int glyphIndex); method in class:GlyphVector
560 Rectangle2D rect = getGlyphVisualBounds(index).getBounds2D();
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DStandardGlyphVector.java401 Rectangle2D glyphVB = getGlyphVisualBounds(i).getBounds2D();
579 public Shape getGlyphVisualBounds(int ix) { method in class:StandardGlyphVector
609 Rectangle2D vb = getGlyphVisualBounds(ix).getBounds2D();
870 Rectangle2D vb = getGlyphVisualBounds(i).getBounds2D();
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java348 s = gv.getGlyphVisualBounds(i);

Completed in 109 milliseconds