Searched defs:SingleByteGlyphIdIterator (Results 1 – 1 of 1) sorted by relevance
417 struct SingleByteGlyphIdIterator { struct418 SingleByteGlyphIdIterator(SkGlyphID first, SkGlyphID last) in SingleByteGlyphIdIterator() argument423 struct Iter {437 Iter begin() const { return Iter(fFirst, 0); } in begin()438 Iter end() const { return Iter(fFirst, (int)fLast + 1); } in end()440 const SkGlyphID fFirst;441 const SkGlyphID fLast;