Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh762 struct hb_get_subtables_context_t : struct
766 static inline bool apply_to (const void *obj, OT::hb_ot_apply_context_t *c) in apply_to()
772 typedef bool (*hb_apply_func_t) (const void *obj, OT::hb_ot_apply_context_t *c);
774 struct hb_applicable_t
796 typedef hb_vector_t<hb_applicable_t> array_t;
800 return_t dispatch (const T &obj) in dispatch()
806 static return_t default_return_value () { return hb_empty_t (); } in default_return_value()
808 hb_get_subtables_context_t (array_t &array_) : in hb_get_subtables_context_t() function
811 array_t &array;