Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-dispatch.hh39 struct hb_dispatch_context_t struct
43 const Context* thiz () const { return static_cast<const Context *> (this); } in thiz()
44 Context* thiz () { return static_cast< Context *> (this); } in thiz()
46 static constexpr unsigned max_debug_depth = MaxDebugDepth;
47 typedef Return return_t;
49 bool may_dispatch (const T *obj HB_UNUSED, const F *format HB_UNUSED) { return true; } in may_dispatch()
51 return_t dispatch (const T &obj, Ts&&... ds) in dispatch()
53 static return_t no_dispatch_return_value () { return Context::default_return_value (); } in no_dispatch_return_value()
54 static bool stop_sublookup_iteration (const return_t r HB_UNUSED) { return false; } in stop_sublookup_iteration()