Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkString.cpp49 char* heapBufferDest = heapBuffer->writable_str(); in apply_format_string() local
50 SkDEBUGCODE(int checkLength =) std::vsnprintf(heapBufferDest, outLength + 1, format, argsCopy); in apply_format_string()
53 return {heapBufferDest, outLength}; in apply_format_string()