Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp578 struct ShapedRunGlyphIterator { struct
579 ShapedRunGlyphIterator(const TArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument
585 bool operator==(const ShapedRunGlyphIterator& that) const { in operator ==()
590 bool operator!=(const ShapedRunGlyphIterator& that) const { in operator !=()
596 ShapedGlyph* next() { in next()
612 ShapedGlyph* current() { in current()
620 const TArray<ShapedRun>* fRuns;
621 int fRunIndex;
622 size_t fGlyphIndex;