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-private.hh135 struct hb_collect_glyphs_context_t : struct
138 inline const char *get_name (void) { return "COLLECT_GLYPHS"; } in get_name()
139 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
141 inline return_t dispatch (const T &obj) { obj.collect_glyphs (this); return HB_VOID; } in dispatch()
142 static return_t default_return_value (void) { return HB_VOID; } in default_return_value()
143 bool stop_sublookup_iteration (return_t r HB_UNUSED) const { return false; } in stop_sublookup_iteration()
144 return_t recurse (unsigned int lookup_index) in recurse()
184 hb_face_t *face;
185 hb_set_t *before;
186 hb_set_t *input;
[all …]