Searched defs:hb_collect_glyphs_context_t (Results 1 – 1 of 1) sorted by relevance
153 struct hb_collect_glyphs_context_t : struct156 const char *get_name () { return "COLLECT_GLYPHS"; } in get_name()157 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);159 return_t dispatch (const T &obj) { obj.collect_glyphs (this); return hb_empty_t (); } in dispatch()160 static return_t default_return_value () { return hb_empty_t (); } in default_return_value()161 void recurse (unsigned int lookup_index) in recurse()199 hb_face_t *face;200 hb_set_t *before;201 hb_set_t *input;202 hb_set_t *after;[all …]