Searched defs:SingleByteGlyphIdIterator (Results 1 – 1 of 1) sorted by relevance
558 struct SingleByteGlyphIdIterator { struct559 SingleByteGlyphIdIterator(SkGlyphID first, SkGlyphID last) in SingleByteGlyphIdIterator() argument564 struct Iter {578 Iter begin() const { return Iter(fFirst, 0); } in begin()579 Iter end() const { return Iter(fFirst, (int)fLast + 1); } in end()581 const SkGlyphID fFirst;582 const SkGlyphID fLast;