Searched refs:SK_PRINTF_LIKE (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/include/core/ |
D | SkString.h | 222 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 224 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 226 void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 275 SkString SkStringPrintf(const char* format, ...) SK_PRINTF_LIKE(1, 2);
|
D | SkTypes.h | 390 #ifndef SK_PRINTF_LIKE 392 # define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro 394 # define SK_PRINTF_LIKE(A, B) macro 463 extern SK_API void SkDebugf(const char format[], ...) SK_PRINTF_LIKE(1, 2);
|
/third_party/skia/include/private/ |
D | SkSLString.h | 33 static String printf(const char* fmt, ...) SK_PRINTF_LIKE(1, 2); 34 void appendf(const char* fmt, ...) SK_PRINTF_LIKE(2, 3);
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 108 void codeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codeAppendf() 121 void codePrependf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codePrependf()
|
/third_party/skia/src/sksl/ |
D | SkSLOutputStream.h | 42 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
|