Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp454 struct ShapedRunGlyphIterator { struct
455 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument
461 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;
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp754 struct ShapedRunGlyphIterator { struct
755 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument
761 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()
766 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()
772 ShapedGlyph* next() { in next()
788 ShapedGlyph* current() { in current()
796 const SkTArray<ShapedRun>* fRuns;
797 int fRunIndex;
798 int fGlyphIndex;