Home
last modified time | relevance | path

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

/external/skia/include/pathops/
DSkPathOps.h26 kXOR_SkPathOp, //!< exclusive-or the two paths enumerator
/external/skia/src/pathops/
DSkPathOpsOp.cpp182 {{ kXOR_SkPathOp, kXOR_SkPathOp }, { kXOR_SkPathOp, kXOR_SkPathOp }},
DSkOpSegment.cpp31 static const bool gActiveEdge[kXOR_SkPathOp + 1][2][2][2][2] = {
/external/skia/tests/
DPathOpsOpCircleThreadedTest.cpp52 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCirclesMain()
DPathOpsOpRectThreadedTest.cpp70 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testPathOpsRectsMain()
DPathOpsOpCubicThreadedTest.cpp40 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCubicsMain()
DRRectInPathTest.cpp23 Op(path, path2, SkPathOp::kXOR_SkPathOp, &xorBoth); in path_contains_rrect()
DPathOpsExtendedTest.cpp127 case kXOR_SkPathOp: in showOp()
DPathOpsOpTest.cpp403 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/
Dpathopsinverse.cpp32 makePaint(&fOpPaint[kXOR_SkPathOp], sk_tool_utils::color_to_565(0xFFa0FFe0)); in onOnceBeforeDraw()
/external/skia/src/pdf/
DSkPDFDevice.cpp362 static_assert(SkRegion::kXOR_Op == (int)kXOR_SkPathOp, "region_pathop_mismatch");