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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMarkToBasePosnSubtables.cpp106 fontInstance->getGlyphAdvance(markGlyph, pixels);
121 fontInstance->getGlyphAdvance(baseGlyph, pixels);
129 fontInstance->getGlyphAdvance(otherMark, px); // get advance, in case it's non-zero
H A DMarkToMarkPosnSubtables.cpp104 fontInstance->getGlyphAdvance(markGlyph, pixels);
117 fontInstance->getGlyphAdvance(mark2Glyph, pixels);
H A DMarkToLigaturePosnSubtables.cpp110 fontInstance->getGlyphAdvance(markGlyph, pixels);
123 fontInstance->getGlyphAdvance(ligatureGlyph, pixels);
H A DGlyphPositionAdjustments.cpp145 fontInstance->getGlyphAdvance(glyphID, pixels);
152 fontInstance->getGlyphAdvance(lastExitGlyphID, pixels);
H A DLEFontInstance.h327 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const = 0;
H A DLayoutEngine.cpp407 fFontInstance->getGlyphAdvance(glyphStorage[i], advance);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrike.java67 abstract float getGlyphAdvance(int glyphCode); method in class:FontStrike
H A DCompositeStrike.java145 float getGlyphAdvance(int glyphCode) { method in class:CompositeStrike
147 return strike.getGlyphAdvance(glyphCode & SLOTMASK);
158 return getGlyphAdvance(compFont.getMapper().charToGlyph(cp));
H A DNullFontScaler.java43 float getGlyphAdvance(long pScalerContext, int glyphCode) { method in class:NullFontScaler
H A DPhysicalFont.java87 abstract float getGlyphAdvance(long pScalerContext, int glyphCode); method in class:PhysicalFont
H A DPhysicalStrike.java110 return getGlyphAdvance(physicalFont.getMapper().charToGlyph(cp));
H A DFileFont.java186 float getGlyphAdvance(long pScalerContext, int glyphCode) { method in class:FileFont
188 return getScaler().getGlyphAdvance(pScalerContext, glyphCode);
191 return getGlyphAdvance(pScalerContext, glyphCode);
H A DFontScaler.java164 abstract float getGlyphAdvance(long pScalerContext, int glyphCode) method in class:FontScaler
H A DFreetypeFontScaler.java85 synchronized float getGlyphAdvance(long pScalerContext, int glyphCode) method in class:FreetypeFontScaler
94 getGlyphAdvance(0L, glyphCode);
H A DFileFontStrike.java349 float advance = getGlyphAdvance(glyphCode, false);
570 float getGlyphAdvance(int glyphCode) { method in class:FileFontStrike
571 return getGlyphAdvance(glyphCode, true);
579 private float getGlyphAdvance(int glyphCode, boolean getUserAdv) { method in class:FileFontStrike
590 * getGlyphAdvance take its course, and potentially caching in
669 advance = fileFont.getGlyphAdvance(pScalerContext, glyphCode);
690 return getGlyphAdvance(mapper.charToGlyph(cp));
H A DStandardGlyphVector.java209 if (strike.getGlyphAdvance(glyphs[n++]) != 0) { // might be an inadequate test
/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeStrike.java71 float getGlyphAdvance(int glyphCode) { method in class:NativeStrike
H A DNativeFont.java99 float getGlyphAdvance(long pScalerContext, int glyphCode) { method in class:NativeFont
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrike.java276 Point2D.Float pt = new Point2D.Float(getGlyphAdvance(glyphCode), 0f);
280 float getGlyphAdvance(int glyphCode) { method in class:NativeStrike
281 return nativeFont.getGlyphAdvance(pScalerContext, glyphCode);
352 float getGlyphAdvance(int glyphCode) { method in class:DelegateStrike
353 return delegateStrike.getGlyphAdvance(glyphCode);
364 return delegateStrike.getGlyphAdvance(cp);
H A DNativeFont.java278 native float getGlyphAdvance(long pContext, int glyphCode); method in class:NativeFont
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java50 float getGlyphAdvance(long pScalerContext, int glyphCode) { method in class:CFont
H A DCStrike.java158 float getGlyphAdvance(int glyphCode) { method in class:CStrike
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h119 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
H A DFontInstanceAdapter.cpp196 void FontInstanceAdapter::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const function in class:FontInstanceAdapter

Completed in 848 milliseconds