Searched refs:heapBufferDest (Results 1 – 1 of 1) sorted by relevance
49 char* heapBufferDest = heapBuffer->writable_str(); in apply_format_string() local50 SkDEBUGCODE(int checkLength =) std::vsnprintf(heapBufferDest, outLength + 1, format, argsCopy); in apply_format_string()53 return {heapBufferDest, outLength}; in apply_format_string()