Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkString.cpp50 char* heapBufferDest = heapBuffer->writable_str(); in apply_format_string() local
51 SkDEBUGCODE(int checkLength =) std::vsnprintf(heapBufferDest, outLength + 1, format, argsCopy); in apply_format_string()
54 return {heapBufferDest, outLength}; in apply_format_string()

Completed in 2 milliseconds