Home
last modified time | relevance | path

Searched defs:hb_collect_glyphs_context_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh305 struct hb_collect_glyphs_context_t : struct
308 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
310 return_t dispatch (const T &obj) { obj.collect_glyphs (this); return hb_empty_t (); } in dispatch()
311 static return_t default_return_value () { return hb_empty_t (); } in default_return_value()
312 void recurse (unsigned int lookup_index) in recurse()
350 hb_face_t *face;
351 hb_set_t *before;
352 hb_set_t *input;
353 hb_set_t *after;
354 hb_set_t *output;
[all …]