Searched defs:hb_closure_context_t (Results 1 – 1 of 1) sorted by relevance
61 struct hb_closure_context_t : struct64 const char *get_name () { return "CLOSURE"; } in get_name()65 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);67 return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; } in dispatch()68 static return_t default_return_value () { return HB_VOID; } in default_return_value()69 void recurse (unsigned int lookup_index) in recurse()79 bool should_visit_lookup (unsigned int lookup_index) in should_visit_lookup()87 bool is_lookup_done (unsigned int lookup_index) in is_lookup_done()93 hb_face_t *face;94 hb_set_t *glyphs;[all …]