Searched defs:ShapedRunGlyphIterator (Results 1 – 2 of 2) sorted by relevance
573 struct ShapedRunGlyphIterator { struct574 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() function580 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()585 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()591 ShapedGlyph* next() { in next()607 ShapedGlyph* current() { in current()615 const SkTArray<ShapedRun>* fRuns;616 int fRunIndex;617 size_t fGlyphIndex;
598 struct ShapedRunGlyphIterator { struct599 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument605 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()610 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()616 ShapedGlyph* next() { in next()632 ShapedGlyph* current() { in current()640 const SkTArray<ShapedRun>* fRuns;641 int fRunIndex;642 size_t fGlyphIndex;