Searched refs:kXOR_SkPathOp (Results 1 – 11 of 11) sorted by relevance
/external/skia/include/pathops/ |
D | SkPathOps.h | 26 kXOR_SkPathOp, //!< exclusive-or the two paths enumerator
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 182 {{ kXOR_SkPathOp, kXOR_SkPathOp }, { kXOR_SkPathOp, kXOR_SkPathOp }},
|
D | SkOpSegment.cpp | 31 static const bool gActiveEdge[kXOR_SkPathOp + 1][2][2][2][2] = {
|
/external/skia/tests/ |
D | PathOpsOpCircleThreadedTest.cpp | 52 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCirclesMain()
|
D | PathOpsOpRectThreadedTest.cpp | 70 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testPathOpsRectsMain()
|
D | PathOpsOpCubicThreadedTest.cpp | 40 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCubicsMain()
|
D | RRectInPathTest.cpp | 23 Op(path, path2, SkPathOp::kXOR_SkPathOp, &xorBoth); in path_contains_rrect()
|
D | PathOpsExtendedTest.cpp | 127 case kXOR_SkPathOp: in showOp()
|
D | PathOpsOpTest.cpp | 403 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor1() 431 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor2() 655 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp31x() 1163 kXOR_SkPathOp, 1165 kXOR_SkPathOp, 2068 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in rectOp3x() 3010 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp97x() 3023 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp98x()
|
/external/skia/gm/ |
D | pathopsinverse.cpp | 32 makePaint(&fOpPaint[kXOR_SkPathOp], sk_tool_utils::color_to_565(0xFFa0FFe0)); in onOnceBeforeDraw()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 362 static_assert(SkRegion::kXOR_Op == (int)kXOR_SkPathOp, "region_pathop_mismatch");
|