Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh261 struct hb_apply_context_t struct
263 inline const char *get_name (void) { return "APPLY"; } in get_name()
264 static const unsigned int max_debug_depth = HB_DEBUG_APPLY;
265 typedef bool return_t;
266 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
268 inline return_t dispatch (const T &obj) { return obj.apply (this); } in dispatch()
269 static return_t default_return_value (void) { return false; } in default_return_value()
270 bool stop_sublookup_iteration (return_t r) const { return r; } in stop_sublookup_iteration()
271 return_t recurse (unsigned int lookup_index) in recurse()
282 unsigned int table_index; /* GSUB/GPOS */
[all …]