Home
last modified time | relevance | path

Searched refs:getCurrGlyphID (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/layout/
DContextualSubstSubtables.cpp66 TTGlyphID glyph = (TTGlyphID) glyphIterator->getCurrGlyphID(); in matchGlyphIDs()
97 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in matchGlyphClasses()
138 if (coverageTable->getGlyphCoverage((LEGlyphID) glyphIterator->getCurrGlyphID()) < 0) { in matchGlyphCoverages()
197 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
247 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
255 le_int32 setClass = classDefinitionTable->getGlyphClass(glyphIterator->getCurrGlyphID()); in process()
379 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
451 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
463 … le_int32 setClass = inputClassDefinitionTable->getGlyphClass(glyphIterator->getCurrGlyphID()); in process()
DPairPositioningSubtables.cpp52 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process()
63 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process()
95 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process()
100 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process()
DMarkToBasePosnSubtables.cpp23 return glyphIterator->getCurrGlyphID(); in findBaseGlyph()
31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process()
98 LEGlyphID otherMark = gi.getCurrGlyphID(); in process()
DSinglePositioningSubtables.cpp46 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
60 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
DSingleSubstitutionSubtables.cpp45 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
63 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
DLigatureSubstSubtables.cpp18 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
42 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process()
DMarkToMarkPosnSubtables.cpp23 return glyphIterator->getCurrGlyphID(); in findMark2Glyph()
31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process()
DMarkToLigaturePosnSubtables.cpp22 return glyphIterator->getCurrGlyphID(); in findLigatureGlyph()
30 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process()
DAlternateSubstSubtables.cpp21 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
DCursiveAttachmentSubtables.cpp19 LEGlyphID glyphID = glyphIterator->getCurrGlyphID(); in process()
DMultipleSubstSubtables.cpp23 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
DGlyphIterator.h48 LEGlyphID getCurrGlyphID() const;
DGlyphIterator.cpp156 LEGlyphID GlyphIterator::getCurrGlyphID() const in getCurrGlyphID() function in GlyphIterator