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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java492 gv = _gvdata.createGlyphVector(font, frc, result);
580 public StandardGlyphVector createGlyphVector(Font font, FontRenderContext frc, StandardGlyphVector result) { method in class:GlyphLayout.GVData
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java2325 * @see Font#createGlyphVector
2357 * @see Font#createGlyphVector
2392 * @see Font#createGlyphVector
2454 * @see Font#createGlyphVector
2523 public GlyphVector createGlyphVector(FontRenderContext frc, String str) method in class:Font
2542 public GlyphVector createGlyphVector(FontRenderContext frc, char[] chars) method in class:Font
2561 public GlyphVector createGlyphVector( FontRenderContext frc, method in class:Font
2581 public GlyphVector createGlyphVector( FontRenderContext frc, method in class:Font

Completed in 30 milliseconds