Searched defs:ShapedRunGlyphIterator (Results 1 – 1 of 1) sorted by relevance
578 struct ShapedRunGlyphIterator { struct579 ShapedRunGlyphIterator(const TArray<ShapedRun>& origRuns) in ShapedRunGlyphIterator() argument585 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;