Searched refs:_hb_debug_msg (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-debug.hh | 187 _hb_debug_msg (const char *what, 196 _hb_debug_msg (const char *what, in _hb_debug_msg() function 211 _hb_debug_msg<0> (const char *what HB_UNUSED, 220 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() function 229 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (O… 230 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, fal… 231 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… 291 _hb_debug_msg<max_level> (what, obj, nullptr, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t() 305 _hb_debug_msg<max_level> (what, obj, func, true, plevel ? *plevel : 1, -1, in ret()
|