Searched refs:opStrs (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 58 static const char* opStrs[] = { variable 253 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs)); in showPathOpPath() 263 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]); in showPathOpPath() 546 fprintf(PathOpsDebug::gOut, " \"op\": \"%s\",\n", opStrs[shapeOp]); in innerPathOp()
|
/third_party/flutter/skia/tests/ |
D | PathOpsExtendedTest.cpp | 57 static const char* opStrs[] = { variable 345 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs)); in showPathOpPath() 355 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]); in showPathOpPath() 660 fprintf(PathOpsDebug::gOut, " \"op\": \"%s\",\n", opStrs[shapeOp]); in innerPathOp()
|