Lines Matching refs:lookup_index
60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
65 return_t recurse (unsigned int lookup_index) in recurse()
71 recurse_func (this, lookup_index); in recurse()
148 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
153 return_t recurse (unsigned int lookup_index) in recurse()
172 if (recursed_lookups.has (lookup_index)) in recurse()
181 recurse_func (this, lookup_index); in recurse()
188 recursed_lookups.add (lookup_index); in recurse()
266 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
271 return_t recurse (unsigned int lookup_index) in recurse()
277 bool ret = recurse_func (this, lookup_index); in recurse()