Home | History | Annotate | Download | only in src

Lines Matching refs:lookup_index

46   typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
51 return_t recurse (unsigned int lookup_index)
57 recurse_func (this, lookup_index);
112 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
117 return_t recurse (unsigned int lookup_index)
136 if (recursed_lookups->has (lookup_index))
145 recurse_func (this, lookup_index);
152 recursed_lookups->add (lookup_index);
409 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
414 return_t recurse (unsigned int lookup_index)
420 bool ret = recurse_func (this, lookup_index);
437 unsigned int lookup_index;
458 lookup_index ((unsigned int) -1),
470 inline void set_lookup_index (unsigned int lookup_index_) { lookup_index = lookup_index_; }
1002 if (idx == 0 && lookupRecord[i].lookupListIndex == c->lookup_index)