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.hh1110 inline const SubstLookupSubTable& get_subtable (unsigned int i) const in get_subtable() function
1111 { return Lookup::get_subtable<SubstLookupSubTable> (i); } in get_subtable()
1120 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()
1247 unsigned int type = get_subtable (0).u.extension.get_type (); in sanitize()
1250 if (get_subtable (i).u.extension.get_type () != type) in sanitize()
1324 return CastR<ExtensionSubst> (get_subtable<LookupSubTable>()).is_reverse (); in is_reverse()
Dhb-ot-layout-common-private.hh595 inline const SubTableType& get_subtable (unsigned int i) const in get_subtable() function
628 typename context_t::return_t r = get_subtable<SubTableType> (i).dispatch (c, lookup_type); in dispatch()
Dhb-ot-layout-gsubgpos-private.hh2158 inline const X& get_subtable (void) const in get_subtable() function
2170 return_trace (get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ())); in dispatch()
2202 inline const X& get_subtable (void) const in get_subtable() function
2205 case 1: return u.format1.template get_subtable<typename T::LookupSubTable> (); in get_subtable()
Dhb-ot-layout-gpos-table.hh1454 inline const PosLookupSubTable& get_subtable (unsigned int i) const in get_subtable() function
1455 { return Lookup::get_subtable<PosLookupSubTable> (i); } in get_subtable()