Lines Matching refs:glyphIterator
19 …ss(const LEReferenceTo<PairPositioningSubtable> &base, GlyphIterator *glyphIterator, const LEFontI… in process() argument
31 return subtable->process(subtable, glyphIterator, fontInstance, success); in process()
41 return subtable->process(subtable, glyphIterator, fontInstance, success); in process()
50 …t LEReferenceTo<PairPositioningFormat1Subtable> &base, GlyphIterator *glyphIterator, const LEFontI… in process() argument
52 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process()
54 GlyphIterator tempIterator(*glyphIterator); in process()
56 if (coverageIndex >= 0 && glyphIterator->next()) { in process()
63 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process()
81 … valueRecord2->adjustPosition(SWAPW(valueFormat2), (char *) this, *glyphIterator, fontInstance); in process()
86 glyphIterator->prev(); in process()
93 …t LEReferenceTo<PairPositioningFormat2Subtable> &base, GlyphIterator *glyphIterator, const LEFontI… in process() argument
95 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process()
97 GlyphIterator tempIterator(*glyphIterator); in process()
99 if (coverageIndex >= 0 && glyphIterator->next()) { in process()
100 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process()
120 …valueRecord2->adjustPosition(SWAPW(valueFormat2), (const char *) this, *glyphIterator, fontInstanc… in process()
125 glyphIterator->prev(); in process()