Home
last modified time | relevance | path

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

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