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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java203 public synchronized void drawGlyphVector(SunGraphics2D sg2d, GlyphVector glyphVector, double x, double y) { argument
204 drawGlyphVector(sg2d, glyphVector, (float) x, (float) y);
207 public synchronized void drawGlyphVector(SunGraphics2D sg2d, GlyphVector glyphVector, float x, float y) { argument
210 Shape shape = glyphVector.getOutline(x, y);
237 g.drawGlyphVector(glyphVector, x, y);

Completed in 32 milliseconds