Searched defs:ShapedRunGlyphIterator (Results 1 – 2 of 2) sorted by relevance
454 struct ShapedRunGlyphIterator { struct455 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument461 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()466 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()472 ShapedGlyph* next() { in next()488 ShapedGlyph* current() { in current()496 const SkTArray<ShapedRun>* fRuns;497 int fRunIndex;498 int fGlyphIndex;
595 struct ShapedRunGlyphIterator { struct596 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument602 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()607 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()613 ShapedGlyph* next() { in next()629 ShapedGlyph* current() { in current()637 const SkTArray<ShapedRun>* fRuns;638 int fRunIndex;639 size_t fGlyphIndex;