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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSubstitutionLookups.cpp63 GlyphIterator tempIterator(*glyphIterator);
69 tempIterator.setCurrStreamPosition(position);
70 tempIterator.next(sequenceIndex);
72 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
H A DLigatureSubstSubtables.cpp76 GlyphIterator tempIterator(*glyphIterator);
77 TTGlyphID deletedGlyph = tempIterator.ignoresMarks()? 0xFFFE : 0xFFFF;
80 tempIterator.setCurrGlyphID(deletedGlyph);
81 tempIterator.prev();
86 tempIterator.setCurrGlyphID(ligGlyph);
H A DContextualSubstSubtables.cpp62 GlyphIterator tempIterator(*glyphIterator);
68 tempIterator.setCurrStreamPosition(position);
69 tempIterator.next(sequenceIndex);
71 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
417 GlyphIterator tempIterator(*glyphIterator, emptyFeatureList);
431 tempIterator.setCurrStreamPosition(position);
433 if (! tempIterator.prev(backtrackGlyphCount)) {
437 tempIterator.prev();
438 if (! matchGlyphIDs(chainSubRuleTable->backtrackGlyphArray, backtrackGlyphCount, &tempIterator, TRUE)) {
442 tempIterator
[all...]
H A DPairPositioningSubtables.cpp83 GlyphIterator tempIterator(*glyphIterator);
107 pairValueRecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance); local
134 GlyphIterator tempIterator(*glyphIterator);
151 class2Record->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance); local
H A DLookupProcessor.cpp132 GlyphIterator tempIterator(*glyphIterator, lookupFlags);
133 le_uint32 delta = applyLookupTable(lookupTable, &tempIterator, fontInstance, success);

Completed in 26 milliseconds