Searched defs:kXOR_Op (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/bench/ | ||
H A D | RegionContainBench.cpp | 42 fA.op(randrect(rand, i), SkRegion::kXOR_Op); in RegionContainBench() member in RegionContainBench::SkRegion |
H A D | RegionBench.cpp | 96 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 |
/third_party/skia/include/core/ | ||
H A D | SkRegion.h | 363 kXOR_Op, //!< target exclusive or with operand enumerator |
/third_party/skia/tests/ | ||
H A D | AAClipTest.cpp | 136 rgn->op(rand_rect(rand, 100), SkRegion::kXOR_Op); in make_rand_rgn() member in SkRegion |
Completed in 4 milliseconds