HomeSort by relevance Sort by last modified time
    Searched refs:kIntersect_PathOp (Results 1 - 10 of 10) 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/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);
769 testPathOp(reporter, path, pathB, kIntersect_PathOp);
    [all...]
PathOpsSkpTest.cpp 369 testPathOp(reporter, path, pathB, kIntersect_PathOp);
403 testPathOp(reporter, path, pathB, kIntersect_PathOp);
426 testPathOp(reporter, path, pathB, kIntersect_PathOp);
    [all...]
PathOpsExtendedTest.cpp 34 "kIntersect_PathOp",
200 case kIntersect_PathOp:
228 "kIntersect_PathOp",
  /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 29 makePaint(&fOpPaint[kIntersect_PathOp], blendColor);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 361 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
370 SK_COMPILE_ASSERT(SkRegion::kIntersect_Op == (int)kIntersect_PathOp,
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 361 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
370 SK_COMPILE_ASSERT(SkRegion::kIntersect_Op == (int)kIntersect_PathOp,
    [all...]

Completed in 281 milliseconds