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.hh237 struct hb_apply_context_t struct
239 inline const char *get_name (void) { return "APPLY"; } in get_name()
240 static const unsigned int max_debug_depth = HB_DEBUG_APPLY;
241 typedef bool return_t;
242 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
244 inline return_t dispatch (const T &obj) { return obj.apply (this); } in dispatch()
245 static return_t default_return_value (void) { return false; } in default_return_value()
246 bool stop_sublookup_iteration (return_t r) const { return r; } in stop_sublookup_iteration()
247 return_t recurse (unsigned int lookup_index) in recurse()
258 unsigned int table_index; /* GSUB/GPOS */
[all …]