Searched defs:return_t (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh181 typedef bool return_t; typedef in struct:OT::hb_sanitize_context_t
183 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
184 static return_t default_return_value (void) { return true; }
185 bool stop_sublookup_iteration (const return_t r HB_UNUSED) const { return false; }
H A Dhb-ot-layout-gsubgpos-private.hh42 hb_auto_trace_t<context_t::max_debug_depth, typename context_t::return_t> trace \
59 typedef hb_void_t return_t; typedef in struct:OT::hb_closure_context_t
60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
62 inline return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; }
63 static return_t default_return_value (void) { return HB_VOID; }
64 bool stop_sublookup_iteration (return_t r HB_UNUSED) const { return false; }
65 return_t recurse (unsigned int lookup_index)
109 typedef bool return_t; typedef in struct:OT::hb_would_apply_context_t
111 inline return_t dispatch (const T &obj) { return obj.would_apply (this); }
112 static return_t default_return_valu
147 typedef hb_void_t return_t; typedef in struct:OT::hb_collect_glyphs_context_t
220 typedef const Coverage &return_t; typedef in struct:OT::hb_get_coverage_context_t
246 typedef bool return_t; typedef in struct:OT::hb_apply_context_t
[all...]
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh181 typedef bool return_t; typedef in struct:OT::hb_sanitize_context_t
183 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
184 static return_t default_return_value (void) { return true; }
185 bool stop_sublookup_iteration (const return_t r HB_UNUSED) const { return false; }
H A Dhb-ot-layout-gsubgpos-private.hh42 hb_auto_trace_t<context_t::max_debug_depth, typename context_t::return_t> trace \
59 typedef hb_void_t return_t; typedef in struct:OT::hb_closure_context_t
60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
62 inline return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; }
63 static return_t default_return_value (void) { return HB_VOID; }
64 bool stop_sublookup_iteration (return_t r HB_UNUSED) const { return false; }
65 return_t recurse (unsigned int lookup_index)
109 typedef bool return_t; typedef in struct:OT::hb_would_apply_context_t
111 inline return_t dispatch (const T &obj) { return obj.would_apply (this); }
112 static return_t default_return_valu
147 typedef hb_void_t return_t; typedef in struct:OT::hb_collect_glyphs_context_t
220 typedef const Coverage &return_t; typedef in struct:OT::hb_get_coverage_context_t
246 typedef bool return_t; typedef in struct:OT::hb_apply_context_t
[all...]

Completed in 50 milliseconds