Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc1038 struct hb_applicable_t struct
1040 inline void init (const void *obj_, hb_apply_func_t apply_func_) in init()
1046 inline bool apply (OT::hb_apply_context_t *c) const { return apply_func (obj, c); } in apply()
1049 const void *obj;
1050 hb_apply_func_t apply_func;