Home
last modified time | relevance | path

Searched refs:ShapedRunGlyphIterator (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp754 struct ShapedRunGlyphIterator { struct
755 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) function
759 ShapedRunGlyphIterator(const ShapedRunGlyphIterator& that) = default;
760 ShapedRunGlyphIterator& operator=(const ShapedRunGlyphIterator& that) = default;
761 bool operator==(const ShapedRunGlyphIterator& that) const {
766 bool operator!=(const ShapedRunGlyphIterator& that) const {
1264 ShapedRunGlyphIterator beginning(runs);
1267 ShapedRunGlyphIterator candidateLineBrea
[all...]

Completed in 3 milliseconds