Searched refs:ShapedRunGlyphIterator (Results 1 – 2 of 2) sorted by relevance
454 struct ShapedRunGlyphIterator { struct455 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() function459 ShapedRunGlyphIterator(const ShapedRunGlyphIterator& that) = default;460 ShapedRunGlyphIterator& operator=(const ShapedRunGlyphIterator& that) = default;461 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==() argument466 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=() argument704 ShapedRunGlyphIterator previousBreak(runs); in shape()705 ShapedRunGlyphIterator glyphIterator(runs); in shape()744 ShapedRunGlyphIterator previousBreak(runs); in shape()745 ShapedRunGlyphIterator glyphIterator(runs); in shape()
595 struct ShapedRunGlyphIterator { struct596 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() function600 ShapedRunGlyphIterator(const ShapedRunGlyphIterator& that) = default;601 ShapedRunGlyphIterator& operator=(const ShapedRunGlyphIterator& that) = default;602 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==() argument607 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=() argument1059 ShapedRunGlyphIterator beginning(runs); in wrap()1062 ShapedRunGlyphIterator candidateLineBreak(runs); in wrap()1066 ShapedRunGlyphIterator candidateGraphemeBreak(runs); in wrap()1070 ShapedRunGlyphIterator current(runs); in wrap()[all …]