Searched refs:_hb_debug_msg (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 659 _hb_debug_msg (const char *what, 668 _hb_debug_msg (const char *what, in _hb_debug_msg() function 683 _hb_debug_msg<0> (const char *what HB_UNUSED, 692 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() function 701 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (O… 702 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, false,… 703 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… 759 _hb_debug_msg<max_level> (what, obj, NULL, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t() 771 _hb_debug_msg<max_level> (what, obj, NULL, true, plevel ? *plevel : 1, -1, in ret()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-private.hh | 707 _hb_debug_msg (const char *what, 716 _hb_debug_msg (const char *what, in _hb_debug_msg() function 731 _hb_debug_msg<0> (const char *what HB_UNUSED, 740 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() function 749 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (O… 750 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, false,… 751 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… 807 _hb_debug_msg<max_level> (what, obj, NULL, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t() 819 _hb_debug_msg<max_level> (what, obj, NULL, true, plevel ? *plevel : 1, -1, in ret()
|