Home
last modified time | relevance | path

Searched refs:kXOR_SkPathOp (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/src/pathops/
DSkPathOpsOp.cpp213 {{ kXOR_SkPathOp, kXOR_SkPathOp }, { kXOR_SkPathOp, kXOR_SkPathOp }},
268 case kXOR_SkPathOp: in OpDebug()
DSkOpSegment.cpp34 static const bool gActiveEdge[kXOR_SkPathOp + 1][2][2][2][2] = {
/third_party/flutter/skia/src/pathops/
DSkPathOpsOp.cpp213 {{ kXOR_SkPathOp, kXOR_SkPathOp }, { kXOR_SkPathOp, kXOR_SkPathOp }},
268 case kXOR_SkPathOp: in OpDebug()
/third_party/skia/tests/
DPathOpsOpRectThreadedTest.cpp48 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testPathOpsRectsMain()
142 for (int op = 0; op <= kXOR_SkPathOp; ++op) { in testPathOpsFastMain()
DPathOpsOpCircleThreadedTest.cpp35 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp39 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCubicsMain()
DPathOpsExtendedTest.cpp102 case kXOR_SkPathOp: in showOp()
DPathOpsOpTest.cpp404 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor1()
432 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor2()
656 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp31x()
1164 kXOR_SkPathOp,
1166 kXOR_SkPathOp,
2071 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in rectOp3x()
3014 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp97x()
3027 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp98x()
5372 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubics_o()
8950 testPathOpFail(reporter, path, path1, kXOR_SkPathOp, filename); in grshapearcs1()
[all …]
DRoundRectTest.cpp1156 SkAssertResult(Op(testPath, expectedPath, kXOR_SkPathOp, &empty)); in verify_success()
/third_party/flutter/skia/tests/
DPathOpsOpRectThreadedTest.cpp47 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testPathOpsRectsMain()
137 for (int op = 0; op <= kXOR_SkPathOp; ++op) { in testPathOpsFastMain()
DPathOpsOpCircleThreadedTest.cpp34 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp41 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCubicsMain()
DPathOpsExtendedTest.cpp165 case kXOR_SkPathOp: in showOp()
DPathOpsOpTest.cpp404 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor1()
432 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor2()
656 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp31x()
1164 kXOR_SkPathOp,
1166 kXOR_SkPathOp,
2071 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in rectOp3x()
3014 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp97x()
3027 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp98x()
5372 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubics_o()
8950 testPathOpFail(reporter, path, path1, kXOR_SkPathOp, filename); in grshapearcs1()
[all …]
/third_party/skia/include/pathops/
DSkPathOps.h26 kXOR_SkPathOp, //!< exclusive-or the two paths enumerator
/third_party/flutter/skia/include/pathops/
DSkPathOps.h26 kXOR_SkPathOp, //!< exclusive-or the two paths enumerator
/third_party/flutter/skia/modules/sksg/src/
DSkSGMerge.cpp55 return kXOR_SkPathOp; in mode_to_op()
/third_party/skia/modules/sksg/src/
DSkSGMerge.cpp56 return kXOR_SkPathOp; in mode_to_op()
/third_party/skia/docs/examples/
Dpathops.cpp36 makePaint(&fOpPaint[kXOR_SkPathOp], 0xFFa0FFe0); in draw()
/third_party/flutter/skia/gm/
Dpathopsinverse.cpp39 makePaint(&fOpPaint[kXOR_SkPathOp], ToolUtils::color_to_565(0xFFa0FFe0)); in onOnceBeforeDraw()
/third_party/skia/gm/
Dpathopsinverse.cpp39 makePaint(&fOpPaint[kXOR_SkPathOp], ToolUtils::color_to_565(0xFFa0FFe0)); in onOnceBeforeDraw()
/third_party/skia/src/effects/
DSkOpPathEffect.cpp71 case SkPathOp::kXOR_SkPathOp: in computeFastBounds()
/third_party/flutter/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp564 .value("XOR", SkPathOp::kXOR_SkPathOp) in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp551 .value("XOR", SkPathOp::kXOR_SkPathOp) in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1230 .value("XOR", SkPathOp::kXOR_SkPathOp) in EMSCRIPTEN_BINDINGS()

12