Searched refs:SK_PRINTF_LIKE (Results 1 – 11 of 11) sorted by relevance
/external/skqp/include/core/ |
D | SkPostConfig.h | 253 #ifndef SK_PRINTF_LIKE 255 # define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro 257 # define SK_PRINTF_LIKE(A, B) macro
|
D | SkString.h | 221 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 222 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 224 void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
|
/external/skia/src/sksl/codegen/ |
D | SkSLHCodeGenerator.h | 61 void writef(const char* s, va_list va) SK_PRINTF_LIKE(2, 0); 63 void writef(const char* s, ...) SK_PRINTF_LIKE(2, 3);
|
D | SkSLCPPCodeGenerator.h | 30 void writef(const char* s, va_list va) SK_PRINTF_LIKE(2, 0); 32 void writef(const char* s, ...) SK_PRINTF_LIKE(2, 3);
|
D | SkSLDSLCPPCodeGenerator.h | 60 void writef(const char* s, va_list va) SK_PRINTF_LIKE(2, 0); 62 void writef(const char* s, ...) SK_PRINTF_LIKE(2, 3);
|
/external/skia/include/core/ |
D | SkString.h | 217 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 219 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 221 void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 267 SkString SkStringPrintf(const char* format, ...) SK_PRINTF_LIKE(1, 2);
|
D | SkTypes.h | 379 #ifndef SK_PRINTF_LIKE 381 # define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro 383 # define SK_PRINTF_LIKE(A, B) macro
|
/external/skia/include/private/ |
D | SkSLString.h | 77 static String printf(const char* fmt, ...) SK_PRINTF_LIKE(1, 2); 78 void appendf(const char* fmt, ...) SK_PRINTF_LIKE(2, 3);
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 96 void codeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codeAppendf() 107 void codePrependf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codePrependf()
|
/external/skia/src/sksl/ |
D | SkSLOutputStream.h | 42 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 110 void codeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codeAppendf() 123 void codePrependf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codePrependf()
|