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)
177 recurse_func (this, lookup_index);
247 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
252 return_t recurse (unsigned int lookup_index)
258 bool ret = recurse_func (this, lookup_index);