Home
last modified time | relevance | path

Searched refs:printVAList (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkString.cpp523 this->printVAList(format, args); in printf()
527 void SkString::printVAList(const char format[], va_list args) { in printVAList() function in SkString
545 this->printVAList(format, args); in appendVAList()
565 this->printVAList(format, args); in prependVAList()
619 formattedOutput.printVAList(format, args); in SkStringPrintf()
/third_party/skia/tests/
H A DStringTest.cpp335 str.printVAList(format, args); in test_va_list_print()
374 str.printVAList(format, args); in test_va_list_overflow_print()
/third_party/skia/include/core/
H A DSkString.h223 void printVAList(const char format[], va_list);

Completed in 4 milliseconds