Searched defs:SingleByteGlyphIdIterator (Results 1 – 1 of 1) sorted by relevance
412 struct SingleByteGlyphIdIterator { struct413 SingleByteGlyphIdIterator(SkGlyphID first, SkGlyphID last) in SingleByteGlyphIdIterator() argument418 struct Iter {432 Iter begin() const { return Iter(fFirst, 0); } in begin()433 Iter end() const { return Iter(fFirst, (int)fLast + 1); } in end()435 const SkGlyphID fFirst;436 const SkGlyphID fLast;