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.hh612 struct hb_get_subtables_context_t : struct
616 static bool apply_to (const void *obj, OT::hb_ot_apply_context_t *c) in apply_to()
622 typedef bool (*hb_apply_func_t) (const void *obj, OT::hb_ot_apply_context_t *c);
624 struct hb_applicable_t
646 typedef hb_vector_t<hb_applicable_t, 2> array_t;
649 const char *get_name () { return "GET_SUBTABLES"; } in get_name()
651 return_t dispatch (const T &obj) in dispatch()
657 static return_t default_return_value () { return HB_VOID; } in default_return_value()
659 hb_get_subtables_context_t (array_t &array_) : in hb_get_subtables_context_t() function
663 array_t &array;
[all …]