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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrike.java63 abstract Point2D.Float getGlyphMetrics(int glyphcode); method in class:FontStrike
H A DCompositeStrike.java136 Point2D.Float getGlyphMetrics(int glyphCode) { method in class:CompositeStrike
138 return strike.getGlyphMetrics(glyphCode & SLOTMASK);
142 return getGlyphMetrics(compFont.getMapper().charToGlyph(ch));
H A DNullFontScaler.java47 void getGlyphMetrics(long pScalerContext, int glyphCode, method in class:NullFontScaler
H A DPhysicalFont.java89 abstract void getGlyphMetrics(long pScalerContext, int glyphCode, method in class:PhysicalFont
H A DPhysicalStrike.java114 return getGlyphMetrics(physicalFont.getMapper().charToGlyph(ch));
H A DFileFont.java195 void getGlyphMetrics(long pScalerContext, int glyphCode, Point2D.Float metrics) { method in class:FileFont
197 getScaler().getGlyphMetrics(pScalerContext, glyphCode, metrics);
200 getGlyphMetrics(pScalerContext, glyphCode, metrics);
H A DFontScaler.java167 abstract void getGlyphMetrics(long pScalerContext, int glyphCode, method in class:FontScaler
H A DFreetypeFontScaler.java97 synchronized void getGlyphMetrics(long pScalerContext, method in class:FreetypeFontScaler
109 getGlyphMetrics(0L, glyphCode, metrics);
H A DFileFontStrike.java643 fileFont.getGlyphMetrics(pScalerContext, glyphCode, metrics);
651 advance = getGlyphMetrics(glyphCode, getUserAdv).x;
781 Point2D.Float getGlyphMetrics(int glyphCode) { method in class:FileFontStrike
782 return getGlyphMetrics(glyphCode, true);
785 private Point2D.Float getGlyphMetrics(int glyphCode, boolean getImage) { method in class:FileFontStrike
839 fileFont.getGlyphMetrics(pScalerContext, glyphCode, metrics);
864 return getGlyphMetrics(mapper.charToGlyph(ch));
H A DStandardGlyphVector.java549 Point2D.Float adv = gs.strike.getGlyphMetrics(glyphs[ix]);
598 public GlyphMetrics getGlyphMetrics(int ix) { method in class:StandardGlyphVector
610 getGlyphStrike(ix).strike.getGlyphMetrics(glyphs[ix]);
860 Point2D.Float adv = s.strike.getGlyphMetrics(glyphID);
1782 Point2D.Float adv = strike.getGlyphMetrics(glyphID);
/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeStrike.java67 Point2D.Float getGlyphMetrics(int glyphCode) { method in class:NativeStrike
H A DNativeFont.java94 void getGlyphMetrics(long pScalerContext, int glyphCode, method in class:NativeFont
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrike.java275 Point2D.Float getGlyphMetrics(int glyphCode) { method in class:NativeStrike
348 Point2D.Float getGlyphMetrics(int glyphCode) { method in class:DelegateStrike
349 return delegateStrike.getGlyphMetrics(glyphCode);
H A DNativeFont.java296 void getGlyphMetrics(long pScalerContext, int glyphCode, method in class:NativeFont
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java54 void getGlyphMetrics(long pScalerContext, int glyphCode, method in class:CFont
H A DCStrike.java193 Point2D.Float getGlyphMetrics(int glyphCode) { method in class:CStrike
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java580 public abstract GlyphMetrics getGlyphMetrics(int glyphIndex); method in class:GlyphVector
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java417 gm = gv.getGlyphMetrics(i);

Completed in 57 milliseconds