/external/chromium_org/third_party/skia/include/pathops/ |
SkPathOps.h | 21 kUnion_PathOp, //!< union (inclusive-or) the two paths
|
/external/skia/include/pathops/ |
SkPathOps.h | 21 kUnion_PathOp, //!< union (inclusive-or) the two paths
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsOp.cpp | 219 {{ kDifference_PathOp, kIntersect_PathOp }, { kUnion_PathOp, kReverseDifference_PathOp }}, 220 {{ kIntersect_PathOp, kDifference_PathOp }, { kReverseDifference_PathOp, kUnion_PathOp }}, 221 {{ kUnion_PathOp, kReverseDifference_PathOp }, { kDifference_PathOp, kIntersect_PathOp }}, 223 {{ kReverseDifference_PathOp, kUnion_PathOp }, { kIntersect_PathOp, kDifference_PathOp }},
|
/external/skia/src/pathops/ |
SkPathOpsOp.cpp | 219 {{ kDifference_PathOp, kIntersect_PathOp }, { kUnion_PathOp, kReverseDifference_PathOp }}, 220 {{ kIntersect_PathOp, kDifference_PathOp }, { kReverseDifference_PathOp, kUnion_PathOp }}, 221 {{ kUnion_PathOp, kReverseDifference_PathOp }, { kDifference_PathOp, kIntersect_PathOp }}, 223 {{ kReverseDifference_PathOp, kUnion_PathOp }, { kIntersect_PathOp, kDifference_PathOp }},
|
/external/skia/gm/ |
pathopsinverse.cpp | 30 makePaint(&fOpPaint[kUnion_PathOp], 0xFFc0FFc0);
|
/external/skia/tests/ |
PathOpsOpTest.cpp | 368 testPathOp(reporter, one, two, kUnion_PathOp); 396 testPathOp(reporter, one, two, kUnion_PathOp); 454 testPathOp(reporter, path, pathB, kUnion_PathOp); 509 testPathOp(reporter, path, pathB, kUnion_PathOp); 569 testPathOp(reporter, path, pathB, kUnion_PathOp); 621 testPathOp(reporter, path, pathB, kUnion_PathOp); 699 testPathOp(reporter, path, pathB, kUnion_PathOp); [all...] |
PathOpsExtendedTest.cpp | 31 "kUnion_PathOp", 199 case kUnion_PathOp: 225 "kUnion_PathOp",
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
Path.cpp | 420 return Op(m_path, other.m_path, kUnion_PathOp, &m_path);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDevice.cpp | 353 SK_COMPILE_ASSERT(SkRegion::kUnion_Op == (int)kUnion_PathOp, [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 370 SK_COMPILE_ASSERT(SkRegion::kUnion_Op == (int)kUnion_PathOp, [all...] |