Searched refs:fRunIndex (Results 1 – 2 of 2) sorted by relevance
456 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0) in ShapedRunGlyphIterator()463 fRunIndex == that.fRunIndex && in operator ==()468 fRunIndex != that.fRunIndex || in operator !=()474 SkASSERT(fRunIndex < runs.count()); in next()475 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()478 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()480 ++fRunIndex; in next()481 if (fRunIndex >= runs.count()) { in next()485 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in next()490 if (fRunIndex >= runs.count()) { in current()[all …]
756 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0) in ShapedRunGlyphIterator()763 fRunIndex == that.fRunIndex && in operator ==()768 fRunIndex != that.fRunIndex || in operator !=()774 SkASSERT(fRunIndex < runs.count()); in next()775 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()778 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()780 ++fRunIndex; in next()781 if (fRunIndex >= runs.count()) { in next()785 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in next()790 if (fRunIndex >= runs.count()) { in current()[all …]