Searched refs:SK_PRINTF_LIKE (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkPostConfig.h | 297 #ifndef SK_PRINTF_LIKE 299 # define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro 301 # define SK_PRINTF_LIKE(A, B) macro
|
D | SkString.h | 222 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 223 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 225 void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 85 void codeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codeAppendf() 94 void codePrependf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codePrependf()
|