Home
last modified time | relevance | path

Searched refs:tempIterator (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/layout/
DContextualSubstSubtables.cpp37 GlyphIterator tempIterator(*glyphIterator); in applySubstitutionLookups() local
43 tempIterator.setCurrStreamPosition(position); in applySubstitutionLookups()
44 tempIterator.next(sequenceIndex); in applySubstitutionLookups()
46 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success); in applySubstitutionLookups()
383 GlyphIterator tempIterator(*glyphIterator, emptyFeatureList); in process() local
397 tempIterator.setCurrStreamPosition(position); in process()
399 if (! tempIterator.prev(backtrackGlyphCount)) { in process()
403 tempIterator.prev(); in process()
404 … matchGlyphIDs(chainSubRuleTable->backtrackGlyphArray, backtrackGlyphCount, &tempIterator, TRUE)) { in process()
408 tempIterator.setCurrStreamPosition(position); in process()
[all …]
DLigatureSubstSubtables.cpp45 GlyphIterator tempIterator(*glyphIterator); in process() local
46 TTGlyphID deletedGlyph = tempIterator.ignoresMarks()? 0xFFFE : 0xFFFF; in process()
49 tempIterator.setCurrGlyphID(deletedGlyph); in process()
50 tempIterator.prev(); in process()
55 tempIterator.setCurrGlyphID(ligGlyph); in process()
DSubstitutionLookups.cpp38 GlyphIterator tempIterator(*glyphIterator); in applySubstitutionLookups() local
44 tempIterator.setCurrStreamPosition(position); in applySubstitutionLookups()
45 tempIterator.next(sequenceIndex); in applySubstitutionLookups()
47 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success); in applySubstitutionLookups()
DPairPositioningSubtables.cpp49 GlyphIterator tempIterator(*glyphIterator); in process() local
70 …ecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance); in process()
92 GlyphIterator tempIterator(*glyphIterator); in process() local
109 …ecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance); in process()
DLookupProcessor.cpp100 GlyphIterator tempIterator(*glyphIterator, lookupFlags); in applySingleLookup() local
101 le_uint32 delta = applyLookupTable(lookupTable, &tempIterator, fontInstance, success); in applySingleLookup()