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

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

Completed in 393 milliseconds