Home
last modified time | relevance | path

Searched refs:setCurrGlyphID (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
DSingleSubstitutionSubtables.cpp52 glyphIterator->setCurrGlyphID(substitute); in process()
70 glyphIterator->setCurrGlyphID(substitute); in process()
DLigatureSubstSubtables.cpp52 tempIterator.setCurrGlyphID(deletedGlyph); in process()
58 tempIterator.setCurrGlyphID(ligGlyph); in process()
DMultipleSubstSubtables.cpp50 glyphIterator->setCurrGlyphID(0xFFFF); in process()
59 glyphIterator->setCurrGlyphID(substitute); in process()
DAlternateSubstSubtables.cpp34 glyphIterator->setCurrGlyphID(SWAPW(alternateSetTable->alternateArray[0])); in process()
DGlyphIterator.h57 void setCurrGlyphID(TTGlyphID glyphID);
DGlyphIterator.cpp201 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID) in setCurrGlyphID() function in GlyphIterator