Lines Matching refs:lookup_index
1160 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1230 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1329 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index)
1332 const SubstLookup &l = gsub.get_lookup (lookup_index);
1336 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index)
1339 const SubstLookup &l = gsub.get_lookup (lookup_index);
1341 unsigned int saved_lookup_index = c->lookup_index;
1342 c->set_lookup_index (lookup_index);