Searched refs:HB_PRINTF_FUNC (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-debug.hh | 126 va_list ap) HB_PRINTF_FUNC(7, 0); 176 template <> inline void HB_PRINTF_FUNC(7, 0) 194 ...) HB_PRINTF_FUNC(7, 8); 195 template <int max_level> static inline void HB_PRINTF_FUNC(7, 8) 218 ...) HB_PRINTF_FUNC(7, 8); 219 template <> inline void HB_PRINTF_FUNC(7, 8) 277 ...) HB_PRINTF_FUNC(6, 7) in hb_auto_trace_t() 328 ...) HB_PRINTF_FUNC(6, 7) {} in hb_auto_trace_t()
|
D | hb.hh | 193 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… macro 197 #define HB_PRINTF_FUNC(format_idx, arg_idx) macro
|
D | hb-buffer.hh | 351 bool message (hb_font_t *font, const char *fmt, ...) HB_PRINTF_FUNC(3, 4) in message() 361 HB_INTERNAL bool message_impl (hb_font_t *font, const char *fmt, va_list ap) HB_PRINTF_FUNC(3, 0);
|