Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp620 struct ShapedRunGlyphIterator { struct
621 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument
627 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()
632 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()
638 ShapedGlyph* next() { in next()
654 ShapedGlyph* current() { in current()
662 const SkTArray<ShapedRun>* fRuns;
663 int fRunIndex;
664 size_t fGlyphIndex;