Lines Matching refs:fGlyphIndex
597 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0) in ShapedRunGlyphIterator()
605 fGlyphIndex == that.fGlyphIndex; in operator ==()
610 fGlyphIndex != that.fGlyphIndex; in operator !=()
616 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()
618 ++fGlyphIndex; in next()
619 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()
620 fGlyphIndex = 0; in next()
626 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in next()
634 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in current()
639 size_t fGlyphIndex; member
1165 ? previousBreak.fGlyphIndex in wrap()
1168 ? current.fGlyphIndex + 1 in wrap()