Home
last modified time | relevance | path

Searched refs:kXOR_Op (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/effects/
H A DGrCoverageSetOpXP.cpp89 case SkRegion::kXOR_Op: in onGetBlendInfo()
146 case SkRegion::kXOR_Op: { in Get()
148 static constexpr const GrCoverageSetOpXPFactory gXORCDXPFI(SkRegion::kXOR_Op, true); in Get()
151 static constexpr const GrCoverageSetOpXPFactory gXORCDXPF(SkRegion::kXOR_Op, false); in Get()
H A DGrCoverageSetOpXP.h57 case SkRegion::kXOR_Op:
/third_party/skia/bench/
H A DRegionBench.cpp96 fA.op(randrect(rand), SkRegion::kXOR_Op); in RegionBench() member in RegionBench::SkRegion
97 fB.op(randrect(rand), SkRegion::kXOR_Op); in RegionBench() member in RegionBench::SkRegion
H A DRegionContainBench.cpp42 fA.op(randrect(rand, i), SkRegion::kXOR_Op); in RegionContainBench() member in RegionContainBench::SkRegion
/third_party/skia/docs/examples/
H A DRegion_getBoundaryPath.cpp9 region.op({30, 40, 60, 80}, SkRegion::kXOR_Op); in REG_FIDDLE()
H A DRegion_translate_2.cpp16 test.op(second, SkRegion::kXOR_Op); in REG_FIDDLE()
H A DRegion_Op.cpp13 SkRegion::kXOR_Op, SkRegion::kReverseDifference_Op, SkRegion::kReplace_Op } ) { in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkRegion.h363 kXOR_Op, //!< target exclusive or with operand enumerator
/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.cpp154 {&gUserToClipXorPass0, &gZeroUserBits, nullptr}, // kXOR_Op.
221 {&gXorClip, nullptr}, // kXOR_Op.
229 static_assert(3 == SkRegion::kXOR_Op);
/third_party/skia/tests/
H A DAAClipTest.cpp136 rgn->op(rand_rect(rand, 100), SkRegion::kXOR_Op); in make_rand_rgn() member in SkRegion
/third_party/skia/src/core/
H A DSkRegion.cpp829 static_assert(3 == SkRegion::kXOR_Op, "");
1102 case kXOR_Op: in Oper()

Completed in 7 milliseconds