Searched refs:SK_PRINTF_LIKE (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkPostConfig.h | 300 #ifndef SK_PRINTF_LIKE 302 # define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro 304 # 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/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 110 void codeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codeAppendf() 119 void codePrependf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codePrependf()
|