/third_party/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 213 {{ kXOR_SkPathOp, kXOR_SkPathOp }, { kXOR_SkPathOp, kXOR_SkPathOp }}, 268 case kXOR_SkPathOp: in OpDebug()
|
D | SkOpSegment.cpp | 34 static const bool gActiveEdge[kXOR_SkPathOp + 1][2][2][2][2] = {
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 213 {{ kXOR_SkPathOp, kXOR_SkPathOp }, { kXOR_SkPathOp, kXOR_SkPathOp }}, 268 case kXOR_SkPathOp: in OpDebug()
|
/third_party/skia/tests/ |
D | PathOpsOpRectThreadedTest.cpp | 48 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testPathOpsRectsMain() 142 for (int op = 0; op <= kXOR_SkPathOp; ++op) { in testPathOpsFastMain()
|
D | PathOpsOpCircleThreadedTest.cpp | 35 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCirclesMain()
|
D | PathOpsOpCubicThreadedTest.cpp | 39 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCubicsMain()
|
D | PathOpsExtendedTest.cpp | 102 case kXOR_SkPathOp: in showOp()
|
D | PathOpsOpTest.cpp | 404 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 …]
|
D | RoundRectTest.cpp | 1156 SkAssertResult(Op(testPath, expectedPath, kXOR_SkPathOp, &empty)); in verify_success()
|
/third_party/flutter/skia/tests/ |
D | PathOpsOpRectThreadedTest.cpp | 47 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testPathOpsRectsMain() 137 for (int op = 0; op <= kXOR_SkPathOp; ++op) { in testPathOpsFastMain()
|
D | PathOpsOpCircleThreadedTest.cpp | 34 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCirclesMain()
|
D | PathOpsOpCubicThreadedTest.cpp | 41 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCubicsMain()
|
D | PathOpsExtendedTest.cpp | 165 case kXOR_SkPathOp: in showOp()
|
D | PathOpsOpTest.cpp | 404 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/ |
D | SkPathOps.h | 26 kXOR_SkPathOp, //!< exclusive-or the two paths enumerator
|
/third_party/flutter/skia/include/pathops/ |
D | SkPathOps.h | 26 kXOR_SkPathOp, //!< exclusive-or the two paths enumerator
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGMerge.cpp | 55 return kXOR_SkPathOp; in mode_to_op()
|
/third_party/skia/modules/sksg/src/ |
D | SkSGMerge.cpp | 56 return kXOR_SkPathOp; in mode_to_op()
|
/third_party/skia/docs/examples/ |
D | pathops.cpp | 36 makePaint(&fOpPaint[kXOR_SkPathOp], 0xFFa0FFe0); in draw()
|
/third_party/flutter/skia/gm/ |
D | pathopsinverse.cpp | 39 makePaint(&fOpPaint[kXOR_SkPathOp], ToolUtils::color_to_565(0xFFa0FFe0)); in onOnceBeforeDraw()
|
/third_party/skia/gm/ |
D | pathopsinverse.cpp | 39 makePaint(&fOpPaint[kXOR_SkPathOp], ToolUtils::color_to_565(0xFFa0FFe0)); in onOnceBeforeDraw()
|
/third_party/skia/src/effects/ |
D | SkOpPathEffect.cpp | 71 case SkPathOp::kXOR_SkPathOp: in computeFastBounds()
|
/third_party/flutter/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 564 .value("XOR", SkPathOp::kXOR_SkPathOp) in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 551 .value("XOR", SkPathOp::kXOR_SkPathOp) in EMSCRIPTEN_BINDINGS()
|
/third_party/flutter/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 1230 .value("XOR", SkPathOp::kXOR_SkPathOp) in EMSCRIPTEN_BINDINGS()
|