Home
last modified time | relevance | path

Searched refs:SkPathOp (Results 1 – 23 of 23) sorted by relevance

/external/skia/tests/
DPathOpsExtendedTest.h28 extern void showOp(const SkPathOp op);
30 const SkPathOp , const char* testName = NULL);
32 const SkPathOp , const char* testName = NULL);
39 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op);
47 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo);
DPathOpsExtendedTest.cpp195 void showOp(const SkPathOp op) { in showOp()
234 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo) { in ShowOp()
415 const SkPath& scaledOne, const SkPath& scaledTwo, const SkPathOp shapeOp, in showPathOpPath()
429 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, in comparePaths()
562 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath()
572 const SkPathOp shapeOp, const char* testName, bool threaded) { in innerPathOp()
626 const SkPathOp shapeOp, const char* testName) { in testPathOp()
631 const SkPathOp shapeOp, const char* testName) { in testThreadedPathOp()
680 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op) { in outputProgress()
DPathOpsOpRectThreadedTest.cpp64 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); in testPathOpsRectsMain()
66 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op); in testPathOpsRectsMain()
DPathOpsOpCubicThreadedTest.cpp58 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); in testOpCubicsMain()
60 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op); in testOpCubicsMain()
DPathOpsInverseTest.cpp25 testPathOp(reporter, one, two, (SkPathOp) op); in PathOpsInverseTest()
DPathOpsOpTest.cpp1145 SkPathOp ops[] = {
/external/skia/include/pathops/
DSkPathOps.h18 enum SkPathOp { enum
41 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/external/chromium_org/third_party/skia/include/pathops/
DSkPathOps.h18 enum SkPathOp { enum
41 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/external/skia/src/pathops/
DSkPathOpsOp.cpp138 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op, in bridgeOp()
229 static const SkPathOp gOpInverse[kReverseDifference_PathOp + 1][2][2] = {
247 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) { in Op()
DSkOpSegment.h236 bool activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op);
260 bool* unsortable, SkPathOp op, const int xorMiMask,
337 bool activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op,
DSkPathOpsDebug.h161 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
DSkPathOpsDebug.cpp159 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) { in ShowPath()
DSkOpSegment.cpp156 bool SkOpSegment::activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op) { in activeOp()
167 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op, in activeOp()
1485 bool* unsortable, SkPathOp op, const int xorMiMask,
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsOp.cpp138 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op, in bridgeOp()
229 static const SkPathOp gOpInverse[kReverseDifference_PathOp + 1][2][2] = {
247 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) { in Op()
DSkOpSegment.h236 bool activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op);
260 bool* unsortable, SkPathOp op, const int xorMiMask,
337 bool activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op,
DSkPathOpsDebug.h161 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
DSkPathOpsDebug.cpp159 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) { in ShowPath()
DSkOpSegment.cpp156 bool SkOpSegment::activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op) { in activeOp()
167 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op, in activeOp()
1485 bool* unsortable, SkPathOp op, const int xorMiMask,
/external/skia/gm/
Dpathopsinverse.cpp88 Op(one, two, (SkPathOp) op, &result); in onDraw()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFDevice.cpp380 static SkPathOp region_op_to_pathops_op(SkRegion::Op op) { in region_op_to_pathops_op()
383 return (SkPathOp)op; in region_op_to_pathops_op()
418 SkPathOp op = region_op_to_pathops_op(clipEntry->getOp()); in get_clip_stack_path()
/external/skia/src/pdf/
DSkPDFDevice.cpp380 static SkPathOp region_op_to_pathops_op(SkRegion::Op op) { in region_op_to_pathops_op()
383 return (SkPathOp)op; in region_op_to_pathops_op()
418 SkPathOp op = region_op_to_pathops_op(clipEntry->getOp()); in get_clip_stack_path()
/external/skia/src/core/
DSkCanvas.cpp1261 Op(devPath, operand, (SkPathOp) elementOp, &devPath); in clipPath()
/external/chromium_org/third_party/skia/src/core/
DSkCanvas.cpp1261 Op(devPath, operand, (SkPathOp) elementOp, &devPath); in clipPath()