Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkString.cpp514 this->printVAList(format, args); in printf()
518 void SkString::printVAList(const char format[], va_list args) { in printVAList() function in SkString
536 this->printVAList(format, args); in appendVAList()
556 this->printVAList(format, args); in prependVAList()
610 formattedOutput.printVAList(format, args); in SkStringPrintf()
/external/skia/tests/
DStringTest.cpp335 str.printVAList(format, args); in test_va_list_print()
374 str.printVAList(format, args); in test_va_list_overflow_print()
/external/skia/include/core/
DSkString.h218 void printVAList(const char format[], va_list);