Lines Matching defs:ChainSubtable
864 struct ChainSubtable struct
866 typedef typename Types::HBUINT HBUINT;
871 unsigned int get_size () const { return length; } in get_size()
872 unsigned int get_type () const { return coverage & 0xFF; } in get_type()
873 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage()
875 enum Coverage
890 enum Type
900 typename context_t::return_t dispatch (context_t *c) const in dispatch()
914 bool apply (hb_aat_apply_context_t *c) const in apply()
921 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
934 HBUINT length; /* Total subtable length, including this header. */
935 HBUINT coverage; /* Coverage flags and subtable type. */
936 HBUINT32 subFeatureFlags;/* The 32-bit mask identifying which subtable this is. */
937 union {
943 } u;