Home
last modified time | relevance | path

Searched refs:get_subtable (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh1279 const SubTable& get_subtable (unsigned int i) const in get_subtable() function
1280 { return Lookup::get_subtable<SubTable> (i); } in get_subtable()
1289 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()
1468 return CastR<ExtensionSubst> (get_subtable<SubTable>()).is_reverse (); in is_reverse()
Dhb-ot-layout-common.hh652 const TSubTable& get_subtable (unsigned int i) const in get_subtable() function
693 typename context_t::return_t r = get_subtable<TSubTable> (i).dispatch (c, lookup_type); in dispatch()
788 unsigned int type = get_subtable<TSubTable> (0).u.extension.get_type (); in sanitize()
791 if (get_subtable<TSubTable> (i).u.extension.get_type () != type) in sanitize()
Dhb-ot-layout-gsubgpos.hh2543 const X& get_subtable () const in get_subtable() function
2555 return_trace (get_subtable<typename T::SubTable> ().dispatch (c, get_type ())); in dispatch()
2589 const X& get_subtable () const in get_subtable() function
2592 case 1: return u.format1.template get_subtable<typename T::SubTable> (); in get_subtable()
Dhb-ot-layout-gpos-table.hh1566 const SubTable& get_subtable (unsigned int i) const in get_subtable() function
1567 { return Lookup::get_subtable<SubTable> (i); } in get_subtable()