Searched defs:SubstLookup (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh1061 * SubstLookup
1066 friend struct SubstLookup;
1132 struct SubstLookup : Lookup struct in namespace:OT
1338 typedef OffsetListOf<SubstLookup> SubstLookupList;
1348 inline const SubstLookup& get_lookup (unsigned int i) const
1349 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1393 return SubstLookup::lookup_type_is_reverse (type);
1397 inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1400 const SubstLookup &l = gsub.get_lookup (lookup_index);
1404 inline bool SubstLookup
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1054 * SubstLookup
1059 friend struct SubstLookup;
1125 struct SubstLookup : Lookup struct in namespace:OT
1331 typedef OffsetListOf<SubstLookup> SubstLookupList;
1341 inline const SubstLookup& get_lookup (unsigned int i) const
1342 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1386 return SubstLookup::lookup_type_is_reverse (type);
1390 inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1393 const SubstLookup &l = gsub.get_lookup (lookup_index);
1397 inline bool SubstLookup
[all...]

Completed in 126 milliseconds