Lines Matching refs:fGlyphIndex
756 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0) in ShapedRunGlyphIterator()
764 fGlyphIndex == that.fGlyphIndex; in operator ==()
769 fGlyphIndex != that.fGlyphIndex; in operator !=()
775 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()
777 ++fGlyphIndex; in next()
778 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()
779 fGlyphIndex = 0; in next()
785 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in next()
793 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in current()
798 int fGlyphIndex; member
1254 int glyphIndex = glyphIterator.fGlyphIndex; in shapeOk()
1288 ? previousBreak.fGlyphIndex in shapeOk()