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.cpp595 struct ShapedRunGlyphIterator { struct
596 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument
602 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()
607 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()
613 ShapedGlyph* next() { in next()
629 ShapedGlyph* current() { in current()
637 const SkTArray<ShapedRun>* fRuns;
638 int fRunIndex;
639 size_t fGlyphIndex;