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()
754 struct ShapedRunGlyphIterator { struct755 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() function759 ShapedRunGlyphIterator(const ShapedRunGlyphIterator& that) = default;760 ShapedRunGlyphIterator& operator=(const ShapedRunGlyphIterator& that) = default;761 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==() argument766 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=() argument1175 ShapedRunGlyphIterator beginning(runs); in shapeOk()1178 ShapedRunGlyphIterator candidateLineBreak(runs); in shapeOk()1182 ShapedRunGlyphIterator candidateGraphemeBreak(runs); in shapeOk()1186 ShapedRunGlyphIterator current(runs); in shapeOk()[all …]