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

/external/icu/icu4c/source/layout/
H A DMarkToBasePosnSubtables.cpp77 fontInstance->getGlyphAdvance(markGlyph, pixels);
92 fontInstance->getGlyphAdvance(baseGlyph, pixels);
100 fontInstance->getGlyphAdvance(otherMark, px); // get advance, in case it's non-zero
H A DMarkToMarkPosnSubtables.cpp75 fontInstance->getGlyphAdvance(markGlyph, pixels);
88 fontInstance->getGlyphAdvance(mark2Glyph, pixels);
H A DMarkToLigaturePosnSubtables.cpp81 fontInstance->getGlyphAdvance(markGlyph, pixels);
94 fontInstance->getGlyphAdvance(ligatureGlyph, pixels);
H A DGlyphPositionAdjustments.cpp120 fontInstance->getGlyphAdvance(glyphID, pixels);
127 fontInstance->getGlyphAdvance(lastExitGlyphID, pixels);
H A DLEFontInstance.h279 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const = 0;
H A DLayoutEngine.cpp351 fFontInstance->getGlyphAdvance(glyphStorage[i], advance);
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.h57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
H A DSimpleFontInstance.cpp54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const function in class:SimpleFontInstance
H A DPortableFontInstance.h107 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
H A DFontObject.h199 le_uint16 getGlyphAdvance(LEGlyphID glyph);
H A DFontObject.cpp207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph) function in class:FontObject
H A DPortableFontInstance.cpp364 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const function in class:PortableFontInstance
/external/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.cpp36 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const function in class:ScriptCompositeFontInstance
46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance);
H A DScriptCompositeFontInstance.h97 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
H A DGDIFontInstance.h93 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
H A DGnomeFontInstance.h88 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
H A DGnomeFontInstance.cpp137 void GnomeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const function in class:GnomeFontInstance
H A DGDIFontInstance.cpp357 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const function in class:GDIFontInstance
/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp59 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const function in class:SimpleFontInstance
H A DSimpleFontInstance.h57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
H A DPortableFontInstance.h106 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
H A DFontObject.h199 le_uint16 getGlyphAdvance(LEGlyphID glyph);
H A DFontObject.cpp207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph) function in class:FontObject
H A DPortableFontInstance.cpp360 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const function in class:PortableFontInstance

Completed in 191 milliseconds