Searched defs:ChainSubtable (Results 1 – 1 of 1) sorted by relevance
887 struct ChainSubtable struct889 typedef typename Types::HBUINT HBUINT;894 unsigned int get_size () const { return length; } in get_size()895 unsigned int get_type () const { return coverage & 0xFF; } in get_type()896 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage()898 enum Coverage913 enum Type923 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()937 bool apply (hb_aat_apply_context_t *c) const in apply()944 bool sanitize (hb_sanitize_context_t *c) const in sanitize()[all …]