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

/frameworks/base/awt/java/awt/
H A DFont.java449 public GlyphVector createGlyphVector(FontRenderContext frc, char[] chars) { method in class:Font
466 public GlyphVector createGlyphVector(FontRenderContext frc, CharacterIterator iter) { method in class:Font
483 public GlyphVector createGlyphVector(FontRenderContext frc, int[] glyphCodes) method in class:Font
499 public GlyphVector createGlyphVector(FontRenderContext frc, String str) { method in class:Font
1169 bounds = createGlyphVector(frc, subChars).getLogicalBounds();
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCommonGraphics2D.java638 GlyphVector gv = font.createGlyphVector(frc, iterator);
678 Shape sh = font.createGlyphVector(this.getFontRenderContext(), str).getOutline(x, y);

Completed in 96 milliseconds