Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.h321 static void DeleteNameStr(void* v);
324 SkPathOpsDebug::DeleteNameStr)))
DSkPathOpsDebug.cpp517 void SkPathOpsDebug::DeleteNameStr(void* v) { delete[] reinterpret_cast<char*>(v); } in DeleteNameStr() function in SkPathOpsDebug