Searched refs:fGlyphIndex (Results 1 – 4 of 4) sorted by relevance
64 GlyphPos() : fRunIndex(EMPTY_INDEX), fGlyphIndex(EMPTY_INDEX) { } in GlyphPos()65 GlyphPos(size_t runIndex, size_t glyphIndex) : fRunIndex(runIndex), fGlyphIndex(glyphIndex) { } in GlyphPos()68 return this->fRunIndex == other.fRunIndex && this->fGlyphIndex == other.fGlyphIndex;72 size_t glyphIndex() const { return fGlyphIndex; } in glyphIndex()73 void setGlyphIndex(size_t index) { fGlyphIndex = index; } in setGlyphIndex()79 size_t fGlyphIndex; variable
27 uint32_t fGlyphIndex; member33 && fGlyphIndex == o.fGlyphIndex
889 int index = c.fGlyphIndex; in internalDrawGlyphRun()
622 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0) in ShapedRunGlyphIterator()630 fGlyphIndex == that.fGlyphIndex; in operator ==()635 fGlyphIndex != that.fGlyphIndex; in operator !=()641 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()643 ++fGlyphIndex; in next()644 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()645 fGlyphIndex = 0; in next()651 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in next()659 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in current()664 size_t fGlyphIndex; member[all …]