Home | History | Annotate | Download | only in src

Lines Matching refs:SubstLookup

1090  * SubstLookup
1095 friend struct SubstLookup;
1143 struct SubstLookup : Lookup
1292 typedef OffsetListOf<SubstLookup> SubstLookupList;
1302 inline const SubstLookup& get_lookup (unsigned int i) const
1303 { return CastR<SubstLookup> (GSUBGPOS::get_lookup (i)); }
1340 return SubstLookup::lookup_type_is_reverse (type);
1344 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1347 const SubstLookup &l = gsub.get_lookup (lookup_index);
1351 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index)
1354 const SubstLookup &l = gsub.get_lookup (lookup_index);