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.hh129 va_list ap) HB_PRINTF_FUNC(7, 0);
179 template <> inline void HB_PRINTF_FUNC(7, 0)
197 ...) HB_PRINTF_FUNC(7, 8);
198 template <int max_level> static inline void HB_PRINTF_FUNC(7, 8)
221 ...) HB_PRINTF_FUNC(7, 8);
222 template <> inline void HB_PRINTF_FUNC(7, 8)
280 ...) HB_PRINTF_FUNC(6, 7) in hb_auto_trace_t()
332 ...) HB_PRINTF_FUNC(6, 7) {} in hb_auto_trace_t()
Dhb-buffer.hh360 bool message (hb_font_t *font, const char *fmt, ...) HB_PRINTF_FUNC(3, 4) in message()
374 HB_INTERNAL bool message_impl (hb_font_t *font, const char *fmt, va_list ap) HB_PRINTF_FUNC(3, 0);
Dhb.hh238 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… macro
242 #define HB_PRINTF_FUNC(format_idx, arg_idx) macro