Home
last modified time | relevance | path

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

/external/icu4c/layout/
DPairPositioningSubtables.cpp47 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process()
58 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process()
90 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process()
95 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process()
DContextualSubstSubtables.cpp66 TTGlyphID glyph = (TTGlyphID) glyphIterator->getCurrGlyphID(); in matchGlyphIDs()
97 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in matchGlyphClasses()
137 if (coverageTable->getGlyphCoverage((LEGlyphID) glyphIterator->getCurrGlyphID()) < 0) { in matchGlyphCoverages()
194 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
243 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
250 le_int32 setClass = classDefinitionTable->getGlyphClass(glyphIterator->getCurrGlyphID()); in process()
371 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
442 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); in process()
453 … le_int32 setClass = inputClassDefinitionTable->getGlyphClass(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()
39 … 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.cpp20 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.cpp148 LEGlyphID GlyphIterator::getCurrGlyphID() const in getCurrGlyphID() function in GlyphIterator