Home
last modified time | relevance | path

Searched refs:HB_PRINTF_FUNC (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-debug.hh79 va_list ap) HB_PRINTF_FUNC(7, 0);
147 ...) HB_PRINTF_FUNC(7, 8);
171 ...) HB_PRINTF_FUNC(7, 8);
230 ...) HB_PRINTF_FUNC(6, 7) in hb_auto_trace_t()
279 ...) HB_PRINTF_FUNC(6, 7) {} in hb_auto_trace_t()
Dhb-buffer-private.hh296 inline bool message (hb_font_t *font, const char *fmt, ...) HB_PRINTF_FUNC(3, 4) in message()
306 HB_INTERNAL bool message_impl (hb_font_t *font, const char *fmt, va_list ap) HB_PRINTF_FUNC(3, 0);
Dhb-private.hh107 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… macro
111 #define HB_PRINTF_FUNC(format_idx, arg_idx) macro