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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java419 return getGlyphsPixelBounds(renderFRC, x, y, 0, glyphs.length);
595 return getGlyphsPixelBounds(renderFRC, x, y, index, 1);
994 // called by getGlyphsPixelBounds
1195 private Rectangle getGlyphsPixelBounds(FontRenderContext frc, float x, float y, int start, int count) { method in class:StandardGlyphVector
1207 return gti.getGlyphsPixelBounds(tx, x, y, start, count);
1607 Rectangle getGlyphsPixelBounds(AffineTransform tx, float x, float y, int start, int count) { method in class:StandardGlyphVector.GlyphTransformInfo

Completed in 33 milliseconds