Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh1127 inline const SubstLookupSubTable& get_subtable (unsigned int i) const in get_subtable() function
1137 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()
1162 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage()
1302 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type); in dispatch()
1321 unsigned int type = get_subtable (0).u.extension.get_type (); in sanitize()
1324 if (get_subtable (i).u.extension.get_type () != type) in sanitize()
1385 return CastR<ExtensionSubst> (get_subtable<SubstLookupSubTable>()).is_reverse (); in is_reverse()
Dhb-ot-layout-gpos-table.hh1434 inline const PosLookupSubTable& get_subtable (unsigned int i) const in get_subtable() function
1451 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage()
1504 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type); in dispatch()
Dhb-ot-layout-gsubgpos-private.hh2176 inline const X& get_subtable (void) const in get_subtable() function
2186 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ()); in dispatch()