Searched refs:_hb_debug_msg (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-debug.hh | 189 _hb_debug_msg (const char *what, 198 _hb_debug_msg (const char *what, in _hb_debug_msg() function 213 _hb_debug_msg<0> (const char *what HB_UNUSED, 222 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg() function 231 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, true, (LEVEL), (LEVEL_DIR), __VA_ARGS__) 232 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, false, 0, 0, __VA_ARGS__) 233 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, false, 0, 0, __VA_ARGS__) 293 _hb_debug_msg<max_level> (what, obj, nullptr, true, plevel ? *plevel : 1, -1, " "); in ~hb_auto_trace_t() 308 _hb_debug_msg<max_level> (what, obj, func, true, plevel ? *plevel : 1, -1, in ret()
|
Completed in 1 milliseconds