Searched refs:HB_PRINTF_FUNC (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-buffer-private.hh | 274 inline bool message (hb_font_t *font, const char *fmt, ...) HB_PRINTF_FUNC(3, 4) in message() 284 HB_INTERNAL bool message_impl (hb_font_t *font, const char *fmt, va_list ap) HB_PRINTF_FUNC(3, 0);
|
D | hb-private.hh | 94 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… macro 98 #define HB_PRINTF_FUNC(format_idx, arg_idx) macro 670 va_list ap) HB_PRINTF_FUNC(7, 0); 738 ...) HB_PRINTF_FUNC(7, 8); 762 ...) HB_PRINTF_FUNC(7, 8);
|