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

  /external/chromium_org/third_party/harfbuzz-ng/src/
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...]
hb-ot-layout-gsub-table.hh 223 inline typename context_t::return_t dispatch (context_t *c) const
412 inline typename context_t::return_t dispatch (context_t *c) const
563 inline typename context_t::return_t dispatch (context_t *c) const
871 inline typename context_t::return_t dispatch (context_t *c) const
1033 inline typename context_t::return_t dispatch (context_t *c) const
1080 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
    [all...]
hb-ot-layout-gpos-table.hh 522 inline typename context_t::return_t dispatch (context_t *c) const
811 inline typename context_t::return_t dispatch (context_t *c) const
977 inline typename context_t::return_t dispatch (context_t *c) const
    [all...]
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; }
  /external/harfbuzz_ng/src/
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...]
hb-ot-layout-gsub-table.hh 223 inline typename context_t::return_t dispatch (context_t *c) const
405 inline typename context_t::return_t dispatch (context_t *c) const
556 inline typename context_t::return_t dispatch (context_t *c) const
864 inline typename context_t::return_t dispatch (context_t *c) const
1026 inline typename context_t::return_t dispatch (context_t *c) const
1073 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
    [all...]
hb-ot-layout-gpos-table.hh 522 inline typename context_t::return_t dispatch (context_t *c) const
813 inline typename context_t::return_t dispatch (context_t *c) const
979 inline typename context_t::return_t dispatch (context_t *c) const
    [all...]
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; }

Completed in 112 milliseconds