Searched refs:shapeOp (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DPathOpsExtendedTest.cpp412 const SkPathOp shapeOp, const SkMatrix& scale) {
413 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs));
416 defaultTestName.printf("xOp%d%s", gTestNo, opSuffixes[shapeOp]);
420 *gTestOp.append() = shapeOp;
425 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]);
438 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale) {
443 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
452 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
457 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
582 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp,
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp295 const SkPathOp shapeOp, const SkMatrix& scale) {
296 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs));
299 defaultTestName.printf("xOp%d%s", gTestNo, opSuffixes[shapeOp]);
303 *gTestOp.append() = shapeOp;
310 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]);
325 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale) {
330 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
338 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
342 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
466 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) {
[all...]
H A DPathOpsDebug.cpp143 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, argument
149 show_op(shapeOp, "path", "pathB");
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp315 const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp,
317 SkASSERT((unsigned) shapeOp < sizeof(opStrs) / sizeof(opStrs[0]));
319 SkDebugf("op: %s\n", opStrs[shapeOp]);
329 SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp,
338 showShapeOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
342 showShapeOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
432 bool testShapeOp(const SkPath& a, const SkPath& b, const ShapeOp shapeOp) { argument
435 showOp(shapeOp);
439 operate(a, b, shapeOp, out);
445 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp);
314 showShapeOpPath(const SkPath& one, const SkPath& two, const SkPath& a, const SkPath& b, const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp, const SkMatrix& scale) argument
327 comparePaths(const SkPath& one, const SkPath& scaledOne, const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp, const SkMatrix& scale) argument
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp315 const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp,
317 SkASSERT((unsigned) shapeOp < sizeof(opStrs) / sizeof(opStrs[0]));
319 SkDebugf("op: %s\n", opStrs[shapeOp]);
329 SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp,
338 showShapeOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
342 showShapeOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
432 bool testShapeOp(const SkPath& a, const SkPath& b, const ShapeOp shapeOp) { argument
435 showOp(shapeOp);
439 operate(a, b, shapeOp, out);
445 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp);
314 showShapeOpPath(const SkPath& one, const SkPath& two, const SkPath& a, const SkPath& b, const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp, const SkMatrix& scale) argument
327 comparePaths(const SkPath& one, const SkPath& scaledOne, const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp, const SkMatrix& scale) argument
[all...]

Completed in 1175 milliseconds