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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrike.java59 abstract void getGlyphImageBounds(int glyphcode, method in class:FontStrike
H A DCompositeStrike.java131 void getGlyphImageBounds(int glyphCode, Point2D.Float pt, Rectangle result) { method in class:CompositeStrike
133 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result);
H A DStandardGlyphVector.java1219 fs.getGlyphImageBounds(glyphs[start++], pt, r);
1617 gs.strike.getGlyphImageBounds(sgv.glyphs[start++], pt, r);
H A DFileFontStrike.java696 void getGlyphImageBounds(int glyphCode, Point2D.Float pt, method in class:FileFontStrike
879 * device coords as its called from native layout and getGlyphImageBounds
/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeStrike.java62 void getGlyphImageBounds(int glyphcode, method in class:NativeStrike
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrike.java271 void getGlyphImageBounds(int glyphcode, Point2D.Float pt, method in class:NativeStrike
343 void getGlyphImageBounds(int glyphCode, method in class:DelegateStrike
345 delegateStrike.getGlyphImageBounds(glyphCode, pt, result);
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCStrike.java245 void getGlyphImageBounds(int glyphCode, Point2D.Float pt, Rectangle result) { method in class:CStrike
252 getGlyphImageBounds(glyphCode, pt.x, pt.y, floatRect);
262 private void getGlyphImageBounds(int glyphCode, float x, float y, Rectangle2D.Float floatRect) { method in class:CStrike

Completed in 312 milliseconds