HomeSort by relevance Sort by last modified time
    Searched refs:kIntersect_PathOp (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/include/pathops/
SkPathOps.h 20 kIntersect_PathOp, //!< intersect the two paths
  /external/skia/include/pathops/
SkPathOps.h 20 kIntersect_PathOp, //!< intersect 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/tests/
PathOpsOpTest.cpp 159 testPathOp(reporter, path, pathB, kIntersect_PathOp);
289 testPathOp(reporter, path, pathB, kIntersect_PathOp);
361 testPathOp(reporter, one, two, kIntersect_PathOp);
389 testPathOp(reporter, one, two, kIntersect_PathOp);
530 testPathOp(reporter, path, pathB, kIntersect_PathOp);
660 testPathOp(reporter, path, pathB, kIntersect_PathOp);
771 testPathOp(reporter, path, pathB, kIntersect_PathOp);
    [all...]
PathOpsExtendedTest.cpp 30 "kIntersect_PathOp",
196 case kIntersect_PathOp:
224 "kIntersect_PathOp",
  /external/skia/gm/
pathopsinverse.cpp 29 makePaint(&fOpPaint[kIntersect_PathOp], blendColor);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 342 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
351 SK_COMPILE_ASSERT(SkRegion::kIntersect_Op == (int)kIntersect_PathOp,
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 359 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
368 SK_COMPILE_ASSERT(SkRegion::kIntersect_Op == (int)kIntersect_PathOp,
    [all...]

Completed in 270 milliseconds