HomeSort by relevance Sort by last modified time
    Searched defs:getGlyphAdvance (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/letest/
SimpleFontInstance.cpp 54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
FontObject.cpp 207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph)
PortableFontInstance.cpp 336 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp 36 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance);
GnomeFontInstance.cpp 137 void GnomeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
GDIFontInstance.cpp 357 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const

Completed in 63 milliseconds