Searched refs:kPathOpStr (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/src/pathops/ |
| D | SkPathOpsDebug.h | 330 static const char* kPathOpStr[]; variable
|
| D | SkOpSegment.cpp | 147 SkPathOpsDebug::kPathOpStr[op], miFrom, miTo, suFrom, suTo, result); in activeOp()
|
| D | SkPathOpsDebug.cpp | 47 const char* SkPathOpsDebug::kPathOpStr[] = {"diff", "sect", "union", "xor", "rdiff"}; member in SkPathOpsDebug
|
| /third_party/skia/tests/ |
| D | PathOpsDebug.cpp | 1034 SkDebugf("op %s\n", SkPathOpsDebug::kPathOpStr[op]); in dumpSegments()
|