HomeSort by relevance Sort by last modified time
    Searched defs:return_t (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-open-type-private.hh 183 typedef bool return_t; typedef in struct:OT::hb_sanitize_context_t
185 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
186 static return_t default_return_value (void) { return true; }
187 bool stop_sublookup_iteration (const return_t r HB_UNUSED) const { return false; }
hb-ot-layout-gsubgpos-private.hh 42 hb_auto_trace_t<context_t::max_debug_depth, typename context_t::return_t> trace \
60 typedef hb_void_t return_t; typedef in struct:OT::hb_closure_context_t
61 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
63 inline return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; }
64 static return_t default_return_value (void) { return HB_VOID; }
65 bool stop_sublookup_iteration (return_t r HB_UNUSED) const { return false; }
66 return_t recurse (unsigned int lookup_index)
110 typedef bool return_t; typedef in struct:OT::hb_would_apply_context_t
112 inline return_t dispatch (const T &obj) { return obj.would_apply (this); }
113 static return_t default_return_value (void) { return false;
148 typedef hb_void_t return_t; typedef in struct:OT::hb_collect_glyphs_context_t
215 typedef const Coverage &return_t; typedef in struct:OT::hb_get_coverage_context_t
241 typedef bool return_t; typedef in struct:OT::hb_apply_context_t
    [all...]

Completed in 328 milliseconds