Home
last modified time | relevance | path

Searched refs:kIntersect_SkPathOp (Results 1 – 11 of 11) 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.cpp79 state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); in testOpLoopsMain()
81 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops"); in testOpLoopsMain()
DPathOpsExtendedTest.cpp152 case kIntersect_SkPathOp: in showOp()
/external/skia/src/pathops/
DSkPathOpsOp.cpp186 {{ 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/
DSkPathOps.h24 kIntersect_SkPathOp, //!< intersect the two paths enumerator
/external/skia/gm/
Dpathopsinverse.cpp30 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in onOnceBeforeDraw()
Dreveal.cpp398 SkAssertResult(Op(clipPath, drawnPath, kIntersect_SkPathOp, &clippedPath)); in onDraw()
/external/skia/experimental/svg/model/
DSkSVGNode.cpp44 Op(path, *clipPath, kIntersect_SkPathOp, &path); in asPath()
/external/skia/samplecode/
DSampleAndroidShadows.cpp216 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath); in onDrawContent()
/external/skia/src/pdf/
DSkPDFDevice.cpp263 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()