Searched refs:fGlyphIndex (Results 1 – 6 of 6) sorted by relevance
25 uint32_t fGlyphIndex; member31 && fGlyphIndex == o.fGlyphIndex
1137 int index = c.fGlyphIndex; in internalDrawGlyphRun()
1150 int index = c.fGlyphIndex; in internalDrawGlyphRun()
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[all …]
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[all …]