/external/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 | 180 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp1i() 310 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp19i() 382 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename); in testIntersect1() 410 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename); in testIntersect2() 551 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp25i() 681 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp33i() 785 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp41i() 1234 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp1() 1254 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp2() 1286 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp3() [all …]
|
D | PathOpsOpLoopThreadedTest.cpp | 79 state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); in testOpLoopsMain() 81 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops"); in testOpLoopsMain()
|
D | PathOpsExtendedTest.cpp | 152 case kIntersect_SkPathOp: in showOp()
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 186 {{ kDifference_SkPathOp, kIntersect_SkPathOp }, { kUnion_SkPathOp, kReverseDifference_SkPathOp }}, 187 {{ kIntersect_SkPathOp, kDifference_SkPathOp }, { kReverseDifference_SkPathOp, kUnion_SkPathOp }}, 188 {{ kUnion_SkPathOp, kReverseDifference_SkPathOp }, { kDifference_SkPathOp, kIntersect_SkPathOp }}, 190 {{ kReverseDifference_SkPathOp, kUnion_SkPathOp }, { kIntersect_SkPathOp, kDifference_SkPathOp }},
|
/external/skia/include/pathops/ |
D | SkPathOps.h | 24 kIntersect_SkPathOp, //!< intersect the two paths enumerator
|
/external/skia/gm/ |
D | pathopsinverse.cpp | 30 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in onOnceBeforeDraw()
|
D | reveal.cpp | 398 SkAssertResult(Op(clipPath, drawnPath, kIntersect_SkPathOp, &clippedPath)); in onDraw()
|
/external/skia/experimental/svg/model/ |
D | SkSVGNode.cpp | 44 Op(path, *clipPath, kIntersect_SkPathOp, &path); in asPath()
|
/external/skia/samplecode/ |
D | SampleAndroidShadows.cpp | 216 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath); in onDrawContent()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 263 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path() 271 return Op(u, v, kIntersect_SkPathOp, r); in apply_clip() 592 Op(clip, path, kIntersect_SkPathOp, &path); in drawAnnotation()
|