Searched refs:SK_PRINTF_LIKE (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/core/ |
D | SkPostConfig.h | 323 #ifndef SK_PRINTF_LIKE 325 #define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro 327 #define SK_PRINTF_LIKE(A, B) macro
|
D | SkString.h | 186 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 187 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 188 void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
|