Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.h330 static const char* kPathOpStr[]; variable
DSkOpSegment.cpp147 SkPathOpsDebug::kPathOpStr[op], miFrom, miTo, suFrom, suTo, result); in activeOp()
DSkPathOpsDebug.cpp47 const char* SkPathOpsDebug::kPathOpStr[] = {"diff", "sect", "union", "xor", "rdiff"}; member in SkPathOpsDebug
/external/skqp/src/pathops/
DSkPathOpsDebug.h343 static const char* kPathOpStr[]; variable
DSkOpSegment.cpp147 SkPathOpsDebug::kPathOpStr[op], miFrom, miTo, suFrom, suTo, result); in activeOp()
DSkPathOpsDebug.cpp47 const char* SkPathOpsDebug::kPathOpStr[] = {"diff", "sect", "union", "xor", "rdiff"}; member in SkPathOpsDebug
/external/skia/tests/
DPathOpsDebug.cpp1034 SkDebugf("op %s\n", SkPathOpsDebug::kPathOpStr[op]); in dumpSegments()
/external/skqp/tests/
DPathOpsDebug.cpp1034 SkDebugf("op %s\n", SkPathOpsDebug::kPathOpStr[op]); in dumpSegments()