Home
last modified time | relevance | path

Searched defs:ShapedRunGlyphIterator (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp573 struct ShapedRunGlyphIterator { struct
574 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() function
580 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()
585 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()
591 ShapedGlyph* next() { in next()
607 ShapedGlyph* current() { in current()
615 const SkTArray<ShapedRun>* fRuns;
616 int fRunIndex;
617 size_t fGlyphIndex;
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp598 struct ShapedRunGlyphIterator { struct
599 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument
605 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()
610 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()
616 ShapedGlyph* next() { in next()
632 ShapedGlyph* current() { in current()
640 const SkTArray<ShapedRun>* fRuns;
641 int fRunIndex;
642 size_t fGlyphIndex;