Searched refs:appendVAList (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLOutputStream.cpp | 21 this->appendVAList(format, args); in printf() 25 void OutputStream::appendVAList(const char format[], va_list args) { in appendVAList() function in SkSL::OutputStream
|
D | SkSLOutputStream.h | 44 void appendVAList(const char format[], va_list args);
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 89 this->definitions().appendVAList(fmt, args); in defineConstantf() 111 this->code().appendVAList(format, args); in codeAppendf()
|
/third_party/skia/tests/ |
D | StringTest.cpp | 346 str.appendVAList(format, args); in test_va_list_append() 385 str.appendVAList(format, args); in test_va_list_overflow_append()
|
/third_party/skia/src/core/ |
D | SkString.cpp | 539 this->appendVAList(format, args); in appendf() 543 void SkString::appendVAList(const char format[], va_list args) { in appendVAList() function in SkString
|
/third_party/skia/gm/ |
D | gm.cpp | 35 failureMsg.appendVAList(format, argp); in draw_failure_message()
|
/third_party/skia/include/core/ |
D | SkString.h | 225 void appendVAList(const char format[], va_list);
|