Home
last modified time | relevance | path

Searched refs:hb_void_t (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-debug.hh202 struct hb_printer_t<hb_void_t> {
203 const char *print (hb_void_t) { return ""; } in print()
219 /*static*/ inline void _hb_warn_no_return<hb_void_t> (bool returned HB_UNUSED) in _hb_warn_no_return()
356 hb_auto_trace_t<HB_DEBUG_CLOSURE, hb_void_t> trace \
360 #define TRACE_CLOSURE(this) hb_no_trace_t<hb_void_t> trace HB_UNUSED
368 hb_auto_trace_t<HB_DEBUG_COLLECT_GLYPHS, hb_void_t> trace \
372 #define TRACE_COLLECT_GLYPHS(this) hb_no_trace_t<hb_void_t> trace HB_UNUSED
Dhb-private.hh302 typedef const _hb_void_t *hb_void_t; typedef
Dhb-ot-layout-gsubgpos-private.hh43 hb_dispatch_context_t<hb_closure_context_t, hb_void_t, HB_DEBUG_CLOSURE>
109 hb_dispatch_context_t<hb_collect_glyphs_context_t, hb_void_t, HB_DEBUG_COLLECT_GLYPHS>
Dhb-ot-layout.cc1055 OT::hb_dispatch_context_t<hb_get_subtables_context_t, hb_void_t, HB_DEBUG_APPLY>