Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-set-invertible.hh331 struct iter_t : hb_iter_with_fallback_t<iter_t, hb_codepoint_t> struct
333 static constexpr bool is_sorted_iterator = true;
334 iter_t (const hb_bit_set_invertible_t &s_ = Null (hb_bit_set_invertible_t), in iter_t() function
344 typedef hb_codepoint_t __item_t__;
345 hb_codepoint_t __item__ () const { return v; } in __item__()
346 bool __more__ () const { return v != INVALID; } in __more__()
347 void __next__ () { s->next (&v); if (l) l--; } in __next__()
348 void __prev__ () { s->previous (&v); } in __prev__()
349 unsigned __len__ () const { return l; } in __len__()
350 iter_t end () const { return iter_t (*s, false); } in end()
[all …]
Dhb-bit-set.hh749 struct iter_t : hb_iter_with_fallback_t<iter_t, hb_codepoint_t> struct
751 static constexpr bool is_sorted_iterator = true;
752 iter_t (const hb_bit_set_t &s_ = Null (hb_bit_set_t), in iter_t() argument
762 typedef hb_codepoint_t __item_t__;
763 hb_codepoint_t __item__ () const { return v; } in __item__()
764 bool __more__ () const { return v != INVALID; } in __more__()
765 void __next__ () { s->next (&v); if (l) l--; } in __next__()
766 void __prev__ () { s->previous (&v); } in __prev__()
767 unsigned __len__ () const { return l; } in __len__()
768 iter_t end () const { return iter_t (*s, false); } in end()
[all …]
Dhb-ot-layout-common.hh1476 struct iter_t struct
1478 void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; } in init()
1479 void fini () {} in fini()
1480 bool more () const { return i < c->glyphArray.len; } in more()
1481 void next () { i++; } in next()
1482 hb_codepoint_t get_glyph () const { return c->glyphArray[i]; } in get_glyph()
1483 bool operator != (const iter_t& o) const in operator !=()
1487 const struct CoverageFormat1 *c;
1488 unsigned int i;
1610 struct iter_t struct
[all …]
Dhb-vector.hh159 typedef hb_array_t<const Type> iter_t; typedef
332 typedef hb_sorted_array_t< Type> iter_t; typedef
Dtest-iter.cc57 typedef array_iter_t<T> iter_t; typedef
Dhb-set.hh151 using iter_t = typename impl_t::iter_t; typedef
Dhb-open-type.hh630 typedef hb_array_t<const Type> iter_t; typedef
804 typedef hb_array_t<const Type> iter_t; typedef
918 typedef hb_sorted_array_t<const Type> iter_t; typedef