Lines Matching defs:SubstLookup
1054 * SubstLookup
1059 friend struct SubstLookup;
1125 struct SubstLookup : Lookup
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::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index)
1400 const SubstLookup &l = gsub.get_lookup (lookup_index);