OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:return_t
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/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 \
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_value (void) { return false;
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/
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 399 milliseconds