Searched refs:shapeOp (Results 1 - 2 of 2) sorted by relevance
/external/skia/tests/ |
H A D | PathOpsExtendedTest.cpp | 298 const SkPathOp shapeOp, const SkMatrix& scale) { 299 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs)); 304 testName, gTestNo, opSuffixes[shapeOp]); 305 *gTestOp.append() = shapeOp; 310 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]); 328 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, 344 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); 484 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) { 487 showOp(shapeOp); 495 const SkPathOp shapeOp, cons [all...] |
/external/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 129 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, argument 135 show_op(shapeOp, "path", "pathB");
|
Completed in 70 milliseconds