Searched refs:get_subtable (Results 1 – 4 of 4) sorted by relevance
784 const TSubTable& get_subtable (unsigned int i) const in get_subtable() function787 TSubTable& get_subtable (unsigned int i) in get_subtable() function821 …typename context_t::return_t r = get_subtable<TSubTable> (i).dispatch (c, lookup_type, hb_forward<… in dispatch()892 unsigned int type = get_subtable<TSubTable> (0).u.extension.get_type (); in sanitize()895 if (get_subtable<TSubTable> (i).u.extension.get_type () != type) in sanitize()
1336 const SubTable& get_subtable (unsigned int i) const in get_subtable() function1337 { return Lookup::get_subtable<SubTable> (i); } in get_subtable()1346 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()1527 return CastR<ExtensionSubst> (get_subtable<SubTable>()).is_reverse (); in is_reverse()
2739 const X& get_subtable () const in get_subtable() function2747 …return_trace (get_subtable<typename T::SubTable> ().dispatch (c, get_type (), hb_forward<Ts> (ds).… in dispatch()2780 const X& get_subtable () const in get_subtable() function2783 case 1: return u.format1.template get_subtable<typename T::SubTable> (); in get_subtable()
1877 const SubTable& get_subtable (unsigned int i) const in get_subtable() function1878 { return Lookup::get_subtable<SubTable> (i); } in get_subtable()