Lines Matching refs:fGlyphIndex
456 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0) in ShapedRunGlyphIterator()
464 fGlyphIndex == that.fGlyphIndex; in operator ==()
469 fGlyphIndex != that.fGlyphIndex; in operator !=()
475 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()
477 ++fGlyphIndex; in next()
478 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()
479 fGlyphIndex = 0; in next()
485 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in next()
493 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in current()
498 int fGlyphIndex; member
753 int glyphIndex = glyphIterator.fGlyphIndex; in shape()
784 ? previousBreak.fGlyphIndex in shape()