Searched refs:get_subtable (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh1155 inline const SubstLookupSubTable& get_subtable (unsigned int i) const function in struct:OT::SubstLookup
1165 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse ();
1190 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ());
1282 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
1301 unsigned int type = get_subtable (0).u.extension.get_type ();
1304 if (get_subtable (i).u.extension.get_type () != type)
1365 return CastR<ExtensionSubst> (get_subtable<SubstLookupSubTable>()).is_reverse ();
H A Dhb-ot-layout-gpos-table.hh1445 inline const PosLookupSubTable& get_subtable (unsigned int i) const function in struct:OT::PosLookup
1467 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ());
1495 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-gsubgpos-private.hh2195 inline const X& get_subtable (void) const function in struct:OT::Extension
2205 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ());
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1155 inline const SubstLookupSubTable& get_subtable (unsigned int i) const function in struct:OT::SubstLookup
1165 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse ();
1190 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ());
1282 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
1301 unsigned int type = get_subtable (0).u.extension.get_type ();
1304 if (get_subtable (i).u.extension.get_type () != type)
1365 return CastR<ExtensionSubst> (get_subtable<SubstLookupSubTable>()).is_reverse ();
H A Dhb-ot-layout-gpos-table.hh1445 inline const PosLookupSubTable& get_subtable (unsigned int i) const function in struct:OT::PosLookup
1467 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ());
1495 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-gsubgpos-private.hh2197 inline const X& get_subtable (void) const function in struct:OT::Extension
2207 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ());

Completed in 164 milliseconds