Searched refs:_hb_debug_msg (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-debug.hh | 190 _hb_debug_msg (const char *what, 199 _hb_debug_msg (const char *what, in _hb_debug_msg() function 214 _hb_debug_msg<0> (const char *what HB_UNUSED, 223 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() function 232 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (O… 233 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, fal… 234 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… 294 _hb_debug_msg<max_level> (what, obj, nullptr, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t() 309 _hb_debug_msg<max_level> (what, obj, func, true, plevel ? *plevel : 1, -1, in ret()
|