HomeSort by relevance Sort by last modified time
    Searched defs:appendf (Results 1 - 5 of 5) sorted by null

  /external/skia/src/utils/
SkJSONWriter.cpp 20 this->appendf("%" PRId64, value);
25 this->appendf("%" PRIu64, value);
30 this->appendf("\"0x%" PRIx64 "\"", value);
33 void SkJSONWriter::appendf(const char* fmt, ...) { function in class:SkJSONWriter
  /external/skqp/src/utils/
SkJSONWriter.cpp 20 this->appendf("%" PRId64, value);
25 this->appendf("%" PRIu64, value);
30 this->appendf("\"0x%" PRIx64 "\"", value);
33 void SkJSONWriter::appendf(const char* fmt, ...) { function in class:SkJSONWriter
  /external/skia/src/sksl/
SkSLString.cpp 29 void String::appendf(const char* fmt, ...) { function in class:SkSL::String
  /external/skqp/src/sksl/
SkSLString.cpp 28 void String::appendf(const char* fmt, ...) { function in class:SkSL::String
  /external/skia/src/core/
SkString.cpp 493 void SkString::appendf(const char format[], ...) { function in class:SkString

Completed in 484 milliseconds