/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 | 232 {{ kDifference_PathOp, kIntersect_PathOp }, { kUnion_PathOp, kReverseDifference_PathOp }}, 233 {{ kIntersect_PathOp, kDifference_PathOp }, { kReverseDifference_PathOp, kUnion_PathOp }}, 234 {{ kUnion_PathOp, kReverseDifference_PathOp }, { kDifference_PathOp, kIntersect_PathOp }}, 236 {{ kReverseDifference_PathOp, kUnion_PathOp }, { kIntersect_PathOp, kDifference_PathOp }},
|
/external/skia/src/pathops/ |
SkPathOpsOp.cpp | 232 {{ kDifference_PathOp, kIntersect_PathOp }, { kUnion_PathOp, kReverseDifference_PathOp }}, 233 {{ kIntersect_PathOp, kDifference_PathOp }, { kReverseDifference_PathOp, kUnion_PathOp }}, 234 {{ kUnion_PathOp, kReverseDifference_PathOp }, { kDifference_PathOp, kIntersect_PathOp }}, 236 {{ 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 | 35 "kUnion_PathOp", 203 case kUnion_PathOp: 229 "kUnion_PathOp",
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Path.cpp | 446 return Op(m_path, other.m_path, kUnion_PathOp, &m_path);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDevice.cpp | 372 SK_COMPILE_ASSERT(SkRegion::kUnion_Op == (int)kUnion_PathOp, [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 372 SK_COMPILE_ASSERT(SkRegion::kUnion_Op == (int)kUnion_PathOp, [all...] |