Searched refs:kPathOpStr (Results 1 – 8 of 8) sorted by relevance
/external/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
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.h | 343 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
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1034 SkDebugf("op %s\n", SkPathOpsDebug::kPathOpStr[op]); in dumpSegments()
|
/external/skqp/tests/ |
D | PathOpsDebug.cpp | 1034 SkDebugf("op %s\n", SkPathOpsDebug::kPathOpStr[op]); in dumpSegments()
|