Home
last modified time | relevance | path

Searched refs:appendVAList (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/sksl/
DSkSLOutputStream.cpp21 this->appendVAList(format, args); in printf()
25 void OutputStream::appendVAList(const char format[], va_list args) { in appendVAList() function in SkSL::OutputStream
DSkSLOutputStream.h44 void appendVAList(const char format[], va_list args);
/third_party/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.h89 this->definitions().appendVAList(fmt, args); in defineConstantf()
111 this->code().appendVAList(format, args); in codeAppendf()
/third_party/skia/tests/
DStringTest.cpp346 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/
DSkString.cpp539 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/
Dgm.cpp35 failureMsg.appendVAList(format, argp); in draw_failure_message()
/third_party/skia/include/core/
DSkString.h225 void appendVAList(const char format[], va_list);