Home
last modified time | relevance | path

Searched refs:kIntersect_SkPathOp (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DPathOpsSkpTest.cpp369 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 …]
DPathOpsOpTest.cpp180 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 …]
DPathOpsOpLoopThreadedTest.cpp86 outputProgress(state.fPathStr, pathStr, kIntersect_SkPathOp); in testOpLoopsMain()
88 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops"); in testOpLoopsMain()
DPathOpsExtendedTest.cpp121 case kIntersect_SkPathOp: in showOp()
/external/skia/src/pathops/
DSkPathOpsOp.cpp179 {{ kDifference_SkPathOp, kIntersect_SkPathOp }, { kUnion_SkPathOp, kReverseDifference_SkPathOp }},
180 {{ kIntersect_SkPathOp, kDifference_SkPathOp }, { kReverseDifference_SkPathOp, kUnion_SkPathOp }},
181 {{ kUnion_SkPathOp, kReverseDifference_SkPathOp }, { kDifference_SkPathOp, kIntersect_SkPathOp }},
183 {{ kReverseDifference_SkPathOp, kUnion_SkPathOp }, { kIntersect_SkPathOp, kDifference_SkPathOp }},
/external/skia/include/pathops/
DSkPathOps.h24 kIntersect_SkPathOp, //!< intersect the two paths enumerator
/external/skia/gm/
Dpathopsinverse.cpp29 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in onOnceBeforeDraw()
/external/skia/src/pdf/
DSkPDFDevice.cpp351 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
360 static_assert(SkRegion::kIntersect_Op == (int)kIntersect_SkPathOp, "region_pathop_mismatch");