Home
last modified time | relevance | path

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

/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp751 struct ShapedRunGlyphIterator { struct
752 ShapedRunGlyphIterator(const SkTArray<ShapedRun>& origRuns) function
758 bool operator==(const ShapedRunGlyphIterator& that) const {
763 bool operator!=(const ShapedRunGlyphIterator& that) const {
769 ShapedGlyph* next() {
785 ShapedGlyph* current() {
793 const SkTArray<ShapedRun>* fRuns;
794 int fRunIndex;
795 size_t fGlyphIndex;