Searched defs:recurse_func_t (Results 1 - 2 of 2) sorted by last modified time

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index); typedef in struct:OT::hb_closure_context_t
78 recurse_func_t recurse_func;
91 void set_recurse_func (recurse_func_t func) { recurse_func = func; }
148 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index); typedef in struct:OT::hb_collect_glyphs_context_t
192 recurse_func_t recurse_func;
211 void set_recurse_func (recurse_func_t func) { recurse_func = func; }
247 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index); typedef in struct:OT::hb_apply_context_t
270 recurse_func_t recurse_func;
295 inline void set_recurse_func (recurse_func_t func) { recurse_func = func; }
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index); typedef in struct:OT::hb_closure_context_t
78 recurse_func_t recurse_func;
91 void set_recurse_func (recurse_func_t func) { recurse_func = func; }
148 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index); typedef in struct:OT::hb_collect_glyphs_context_t
192 recurse_func_t recurse_func;
211 void set_recurse_func (recurse_func_t func) { recurse_func = func; }
247 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index); typedef in struct:OT::hb_apply_context_t
270 recurse_func_t recurse_func;
295 inline void set_recurse_func (recurse_func_t func) { recurse_func = func; }

Completed in 109 milliseconds