Searched defs:ShapedRunGlyphIterator (Results 1 – 1 of 1) sorted by relevance
620 struct ShapedRunGlyphIterator { struct621 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument627 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()632 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()638 ShapedGlyph* next() { in next()654 ShapedGlyph* current() { in current()662 const SkTArray<ShapedRun>* fRuns;663 int fRunIndex;664 size_t fGlyphIndex;