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

  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.h 17 enum ShapeOp {
32 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result);
EdgeWalker_Test.h 19 extern void showOp(const ShapeOp op);
28 extern bool testShapeOp(const SkPath& a, const SkPath& b, const ShapeOp );
54 void outputProgress(const State4& state, const char* pathStr, ShapeOp op);
ShapeOpRect4x4_Test.cpp 56 outputProgress(state, pathStr, (ShapeOp) op);
57 testShapeOp(pathA, pathB, (ShapeOp) op);
ShapeOpCubic4x4_Test.cpp 68 outputProgress(state, pathStr, (ShapeOp) op);
69 testShapeOp(pathA, pathB, (ShapeOp) op);
ShapeOps.cpp 106 bool windingIsOp, ShapeOp op) {
132 static bool bridgeOp(SkTDArray<Contour*>& contourList, const ShapeOp op,
216 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result) {
EdgeWalker_TestUtility.cpp 141 void showOp(const ShapeOp op) {
315 const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp,
317 SkASSERT((unsigned) shapeOp < sizeof(opStrs) / sizeof(opStrs[0]));
319 SkDebugf("op: %s\n", opStrs[shapeOp]);
329 SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp,
338 showShapeOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
342 showShapeOpPath(one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
432 bool testShapeOp(const SkPath& a, const SkPath& b, const ShapeOp shapeOp)
    [all...]
Simplify.cpp     [all...]

Completed in 339 milliseconds