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

/openjdk7/jdk/test/java/awt/font/GlyphVector/
H A DVisualBounds.java43 GlyphVector gv1 = f.createGlyphVector(frc, s1);
44 GlyphVector gv2 = f.createGlyphVector(frc, s2);
45 GlyphVector gv3 = f.createGlyphVector(frc, s3);
49 GlyphVector gv4 = f.createGlyphVector(frc, " ");
/openjdk7/jdk/test/java/awt/FontClass/
H A DLCDScale.java61 GlyphVector gv = f.createGlyphVector(frc, "Help");
71 gv = f.createGlyphVector(frc, "Help");
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DTextLayoutBounds.java40 GlyphVector gv = f.createGlyphVector(frc, s);
/openjdk7/jdk/test/java/awt/FontClass/SurrogateTest/
H A DSuppCharTest.java67 GlyphVector gv = font.createGlyphVector(frc, str);
117 GlyphVector gv = font.createGlyphVector(frc, str);
/openjdk7/jdk/test/java/awt/font/Rotate/
H A DShear.java61 font.createGlyphVector(g2.getFontRenderContext(), "JavaFX");
H A DTranslatedOutlineTest.java50 GlyphVector gv = g2.getFont().createGlyphVector(frc, "test");
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextConstructionTests.java108 gv = font.createGlyphVector(frc, text);
122 super(constructtestroot, "gvfromfontstring", "Call Font.createGlyphVector(FRC, String)");
132 gv = font.createGlyphVector(frc, text);
139 super(constructtestroot, "gvfromfontchars", "Call Font.createGlyphVector(FRC, char[])");
149 gv = font.createGlyphVector(frc, chars);
156 super(constructtestroot, "gvfromfontci", "Call Font.createGlyphVector(FRC, CharacterIterator)");
166 gv = font.createGlyphVector(frc, ci);
173 super(constructtestroot, "gvfromfontglyphs", "Call Font.createGlyphVector(FRC, int[])");
183 gv = font.createGlyphVector(frc, glyphs);
H A DTextRenderTests.java138 gv = font.createGlyphVector(frc, text);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCTextPipe.java64 final GlyphVector gv = font.createGlyphVector(frc, s);
/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
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java571 gv = testFont.createGlyphVector( frc, oneGlyph );
573 gv = testFont.createGlyphVector( frc, charArray );
670 testFont.createGlyphVector( g2.getFontRenderContext(), line );
680 testFont.createGlyphVector( g2.getFontRenderContext(), line );
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java196 drawGlyphVector(sg2d, sg2d.getFont().createGlyphVector(sg2d.getFontRenderContext(), str), x, y);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java816 GlyphVector gv2 = font.createGlyphVector(gvFrc, chars);
890 * createGlyphVector() (with no layout) would create. However
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java808 gv = font.createGlyphVector(frc, str);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1106 GlyphVector gv = font.createGlyphVector(frc, oneChar);

Completed in 79 milliseconds