Searched defs:ChainSubtable (Results 1 – 3 of 3) sorted by relevance
851 struct ChainSubtable struct853 typedef typename Types::HBUINT HBUINT;858 unsigned int get_size () const { return length; } in get_size()859 unsigned int get_type () const { return coverage & 0xFF; } in get_type()860 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage()862 enum Coverage877 enum Type887 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()901 bool apply (hb_aat_apply_context_t *c) const in apply()908 bool sanitize (hb_sanitize_context_t *c) const in sanitize()[all …]
868 struct ChainSubtable struct870 typedef typename Types::HBUINT HBUINT;875 unsigned int get_size () const { return length; } in get_size()876 unsigned int get_type () const { return coverage & 0xFF; } in get_type()877 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage()879 enum Coverage894 enum Type904 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()918 bool apply (hb_aat_apply_context_t *c) const in apply()925 bool sanitize (hb_sanitize_context_t *c) const in sanitize()[all …]