Lines Matching defs:ChainSubtable
1012 struct ChainSubtable struct
1014 typedef typename Types::HBUINT HBUINT;
1019 unsigned int get_size () const { return length; } in get_size()
1020 unsigned int get_type () const { return coverage & 0xFF; } in get_type()
1021 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage()
1023 enum Coverage
1038 enum Type
1048 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
1062 bool apply (hb_aat_apply_context_t *c) const in apply()
1070 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1085 HBUINT length; /* Total subtable length, including this header. */
1086 HBUINT coverage; /* Coverage flags and subtable type. */
1087 HBUINT32 subFeatureFlags;/* The 32-bit mask identifying which subtable this is. */
1088 union {
1094 } u;