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

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextConstructionTests.java190 super(constructtestroot, "gvfromfontlayout", "Call Font.layoutGlyphVector(...)");
203 gv = font.layoutGlyphVector(frc, chars, start, limit, flags);
H A DTextMeasureTests.java229 gv = font.layoutGlyphVector(frc, chars, 0, chars.length, flags);
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java2629 public GlyphVector layoutGlyphVector(FontRenderContext frc, method in class:Font
2643 * A flag to layoutGlyphVector indicating that text is left-to-right as
2649 * A flag to layoutGlyphVector indicating that text is right-to-left as
2655 * A flag to layoutGlyphVector indicating that text in the char array
2661 * A flag to layoutGlyphVector indicating that text in the char array

Completed in 39 milliseconds