Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh396 struct composite_iter_t : hb_iter_with_fallback_t<composite_iter_t, const CompositeGlyphChain &> struct
398 typedef const CompositeGlyphChain *__item_t__;
399 composite_iter_t (hb_bytes_t glyph_, __item_t__ current_) : in composite_iter_t() argument
405 composite_iter_t () : glyph (hb_bytes_t ()), current (nullptr), current_size (0) {} in composite_iter_t() function
407 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 …]