Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp598 struct ShapedRunGlyphIterator { struct
599 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() function
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;