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

/openjdk10/jdk/src/java.desktop/unix/classes/sun/font/
H A DDelegateStrike.java78 void getGlyphImageBounds(int glyphCode, method in class:DelegateStrike
80 delegateStrike.getGlyphImageBounds(glyphCode, pt, result);
H A DNativeStrike.java271 void getGlyphImageBounds(int glyphcode, Point2D.Float pt, method in class:NativeStrike
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/font/
H A DNativeStrike.java62 void getGlyphImageBounds(int glyphcode, method in class:NativeStrike
H A DCStrike.java194 void getGlyphImageBounds(int glyphCode, Point2D.Float pt, Rectangle result) { method in class:CStrike
201 getGlyphImageBounds(glyphCode, pt.x, pt.y, floatRect);
211 private void getGlyphImageBounds(int glyphCode, float x, float y, Rectangle2D.Float floatRect) { method in class:CStrike
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DFontStrike.java59 abstract void getGlyphImageBounds(int glyphcode, method in class:FontStrike
H A DCompositeStrike.java133 void getGlyphImageBounds(int glyphCode, Point2D.Float pt, Rectangle result) { method in class:CompositeStrike
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result);
H A DStandardGlyphVector.java1228 fs.getGlyphImageBounds(glyphs[start++], pt, r);
1626 gs.strike.getGlyphImageBounds(sgv.glyphs[start++], pt, r);
H A DFileFontStrike.java727 void getGlyphImageBounds(int glyphCode, Point2D.Float pt, method in class:FileFontStrike
910 * device coords as its called from native layout and getGlyphImageBounds
/openjdk10/jdk/src/java.desktop/windows/classes/sun/font/
H A DNativeStrike.java62 void getGlyphImageBounds(int glyphcode, method in class:NativeStrike

Completed in 121 milliseconds