Home
last modified time | relevance | path

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

/external/icu4c/layout/
DSingleSubstitutionSubtables.cpp52 glyphIterator->setCurrGlyphID(substitute); in process()
70 glyphIterator->setCurrGlyphID(substitute); in process()
DLigatureSubstSubtables.cpp49 tempIterator.setCurrGlyphID(deletedGlyph); in process()
55 tempIterator.setCurrGlyphID(ligGlyph); in process()
DMultipleSubstSubtables.cpp45 glyphIterator->setCurrGlyphID(0xFFFF); in process()
54 glyphIterator->setCurrGlyphID(substitute); in process()
DAlternateSubstSubtables.cpp33 glyphIterator->setCurrGlyphID(SWAPW(alternateSetTable->alternateArray[0])); in process()
DGlyphIterator.h57 void setCurrGlyphID(TTGlyphID glyphID);
DGlyphIterator.cpp193 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID) in setCurrGlyphID() function in GlyphIterator