/third_party/flutter/skia/tests/ |
D | PathOpsSkpTest.cpp | 369 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcheeseandburger_com225() 403 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpeverytechpro_blogspot_com100() 426 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpflite_com41() 458 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpilkoora_com37() 481 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpmm4everfriends_com43() 508 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpmtrk_uz27() 532 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpfrauen_magazin_com83() 557 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpi_gino_com16() 585 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skppchappy_com_au102() 613 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpsciality_com161() [all …]
|
D | PathOpsOpTest.cpp | 181 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp1i() 311 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp19i() 383 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename); in testIntersect1() 411 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename); in testIntersect2() 552 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp25i() 682 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp33i() 786 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp41i() 1237 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp1() 1257 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp2() 1289 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp3() [all …]
|
D | PathOpsOpLoopThreadedTest.cpp | 84 state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); in testOpLoopsMain() 88 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, testName.c_str()); in testOpLoopsMain()
|
/third_party/skia/tests/ |
D | PathOpsSkpTest.cpp | 369 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcheeseandburger_com225() 403 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpeverytechpro_blogspot_com100() 426 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpflite_com41() 458 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpilkoora_com37() 481 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpmm4everfriends_com43() 508 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpmtrk_uz27() 532 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpfrauen_magazin_com83() 557 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpi_gino_com16() 585 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skppchappy_com_au102() 613 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpsciality_com161() [all …]
|
D | PathOpsOpTest.cpp | 181 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp1i() 311 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp19i() 383 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename); in testIntersect1() 411 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename); in testIntersect2() 552 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp25i() 682 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp33i() 786 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp41i() 1237 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp1() 1257 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp2() 1289 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp3() [all …]
|
D | PathOpsOpLoopThreadedTest.cpp | 81 state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); in testOpLoopsMain() 85 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, testName.c_str()); in testOpLoopsMain()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 210 {{ kDifference_SkPathOp, kIntersect_SkPathOp }, { kUnion_SkPathOp, kReverseDifference_SkPathOp }}, 211 {{ kIntersect_SkPathOp, kDifference_SkPathOp }, { kReverseDifference_SkPathOp, kUnion_SkPathOp }}, 212 {{ kUnion_SkPathOp, kReverseDifference_SkPathOp }, { kDifference_SkPathOp, kIntersect_SkPathOp }}, 214 {{ kReverseDifference_SkPathOp, kUnion_SkPathOp }, { kIntersect_SkPathOp, kDifference_SkPathOp }}, 254 if (kIntersect_SkPathOp == op && one.isRect(&rect1) && two.isRect(&rect2)) { in OpDebug() 265 case kIntersect_SkPathOp: in OpDebug()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 210 {{ kDifference_SkPathOp, kIntersect_SkPathOp }, { kUnion_SkPathOp, kReverseDifference_SkPathOp }}, 211 {{ kIntersect_SkPathOp, kDifference_SkPathOp }, { kReverseDifference_SkPathOp, kUnion_SkPathOp }}, 212 {{ kUnion_SkPathOp, kReverseDifference_SkPathOp }, { kDifference_SkPathOp, kIntersect_SkPathOp }}, 214 {{ kReverseDifference_SkPathOp, kUnion_SkPathOp }, { kIntersect_SkPathOp, kDifference_SkPathOp }}, 254 if (kIntersect_SkPathOp == op && one.isRect(&rect1) && two.isRect(&rect2)) { in OpDebug() 265 case kIntersect_SkPathOp: in OpDebug()
|
/third_party/skia/src/pdf/ |
D | SkPDFGraphicStackState.cpp | 79 case SkClipOp::kIntersect: op = kIntersect_SkPathOp; break; in apply_clip() 126 if (Op(clipPath, SkPath::Rect(outsetBounds), kIntersect_SkPathOp, &clipPath)) { in append_clip()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFGraphicStackState.cpp | 88 case SkClipOp::kIntersect: op = kIntersect_SkPathOp; break; in apply_clip() 135 if (Op(clipPath, to_path(outsetBounds), kIntersect_SkPathOp, &clipPath)) { in append_clip()
|
/third_party/skia/include/pathops/ |
D | SkPathOps.h | 24 kIntersect_SkPathOp, //!< intersect the two paths enumerator
|
/third_party/flutter/skia/include/pathops/ |
D | SkPathOps.h | 24 kIntersect_SkPathOp, //!< intersect the two paths enumerator
|
/third_party/skia/docs/examples/ |
D | ChromeMDRefreshTabs.cpp | 68 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()
|
D | pathops.cpp | 33 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in draw()
|
D | ChromeMDRefreshTab.cpp | 135 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGMerge.cpp | 49 return kIntersect_SkPathOp; in mode_to_op()
|
/third_party/flutter/skia/bench/ |
D | PathOpsBench.cpp | 83 DEF_BENCH( return new PathOpsBench("sect", kIntersect_SkPathOp); )
|
/third_party/skia/modules/sksg/src/ |
D | SkSGMerge.cpp | 50 return kIntersect_SkPathOp; in mode_to_op()
|
/third_party/skia/samplecode/ |
D | SampleAndroidShadows.cpp | 250 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath); in onDrawContent() 261 Op(fSquareRRectPath, tmpClipPathBug, kIntersect_SkPathOp, &tmpPath); in onDrawContent()
|
/third_party/flutter/skia/samplecode/ |
D | SampleAndroidShadows.cpp | 251 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath); in onDrawContent() 262 Op(fSquareRRectPath, tmpClipPathBug, kIntersect_SkPathOp, &tmpPath); in onDrawContent()
|
/third_party/flutter/skia/gm/ |
D | pathopsinverse.cpp | 36 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in onOnceBeforeDraw()
|
/third_party/skia/gm/ |
D | pathopsinverse.cpp | 36 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in onOnceBeforeDraw()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGNode.cpp | 52 Op(path, *clipPath, kIntersect_SkPathOp, &path); in asPath()
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGNode.cpp | 44 Op(path, *clipPath, kIntersect_SkPathOp, &path); in asPath()
|
/third_party/skia/bench/ |
D | PathOpsBench.cpp | 81 DEF_BENCH( return new PathOpsBench("sect", kIntersect_SkPathOp); )
|