Home | History | Annotate | Download | only in src

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)
71 recurse_func (this, lookup_index);
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)
172 if (recursed_lookups.has (lookup_index))
181 recurse_func (this, lookup_index);
188 recursed_lookups.add (lookup_index);
266 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
271 return_t recurse (unsigned int lookup_index)
277 bool ret = recurse_func (this, lookup_index);