Searched refs:_hb_debug_msg (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 731 _hb_debug_msg (const char *what, 740 _hb_debug_msg (const char *what, in _hb_debug_msg() function 755 _hb_debug_msg<0> (const char *what HB_UNUSED, 764 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() function 773 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (O… 774 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, false,… 775 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… 833 _hb_debug_msg<max_level> (what, obj, NULL, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t() 845 _hb_debug_msg<max_level> (what, obj, NULL, true, plevel ? *plevel : 1, -1, in ret()
|