Searched defs:composite_iter_t (Results 1 – 1 of 1) sorted by relevance
396 struct composite_iter_t : hb_iter_with_fallback_t<composite_iter_t, const CompositeGlyphChain &> struct398 typedef const CompositeGlyphChain *__item_t__;399 composite_iter_t (hb_bytes_t glyph_, __item_t__ current_) : in composite_iter_t() argument405 composite_iter_t () : glyph (hb_bytes_t ()), current (nullptr), current_size (0) {} in composite_iter_t() function407 const CompositeGlyphChain &__item__ () const { return *current; } in __item__()408 bool __more__ () const { return current; } in __more__()409 void __next__ () in __next__()415 bool operator != (const composite_iter_t& o) const in operator !=()419 void set_next (const CompositeGlyphChain *composite) in set_next()440 hb_bytes_t glyph;[all …]