Searched refs:SK_PRINTF_LIKE (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/include/core/ |
D | SkPostConfig.h | 362 #ifndef SK_PRINTF_LIKE 364 # define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro 366 # define SK_PRINTF_LIKE(A, B) macro
|
D | SkString.h | 194 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 195 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 197 void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
|
/external/skia/include/core/ |
D | SkPostConfig.h | 362 #ifndef SK_PRINTF_LIKE 364 # define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro 366 # define SK_PRINTF_LIKE(A, B) macro
|
D | SkString.h | 194 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 195 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 197 void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
|
/external/chromium_org/third_party/skia/src/gpu/gl/builders/ |
D | GrGLShaderBuilder.h | 80 void codeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codeAppendf() 89 void codePrependf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in codePrependf()
|
/external/skia/src/gpu/gl/ |
D | GrGLShaderBuilder.h | 121 void fsCodeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in fsCodeAppendf() 425 void vsCodeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) { in vsCodeAppendf()
|