Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh618 struct hb_get_subtables_context_t : struct
622 HB_INTERNAL static bool apply_to (const void *obj, OT::hb_ot_apply_context_t *c) in apply_to()
628 typedef bool (*hb_apply_func_t) (const void *obj, OT::hb_ot_apply_context_t *c);
630 struct hb_applicable_t
652 typedef hb_vector_t<hb_applicable_t> array_t;
655 const char *get_name () { return "GET_SUBTABLES"; } in get_name()
657 return_t dispatch (const T &obj) in dispatch()
663 static return_t default_return_value () { return hb_empty_t (); } in default_return_value()
665 hb_get_subtables_context_t (array_t &array_) : in hb_get_subtables_context_t() function
669 array_t &array;
[all …]