Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsDebug.h362 static void* CreateNameStr();
365 #define DEBUG_FILENAME_STRING (reinterpret_cast<char* >(SkTLS::Get(SkPathOpsDebug::CreateNameStr, \
DSkPathOpsDebug.cpp515 void* SkPathOpsDebug::CreateNameStr() { return new char[DEBUG_FILENAME_STRING_LENGTH]; } in CreateNameStr() function in SkPathOpsDebug