Searched refs:ShapeOp (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOps.h17 enum ShapeOp { enum
32 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result);
H A DEdgeWalker_Test.h19 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);
H A DShapeOpRect4x4_Test.cpp56 outputProgress(state, pathStr, (ShapeOp) op);
57 testShapeOp(pathA, pathB, (ShapeOp) op);
H A DShapeOpCubic4x4_Test.cpp68 outputProgress(state, pathStr, (ShapeOp) op);
69 testShapeOp(pathA, pathB, (ShapeOp) op);
H A DShapeOps.cpp106 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) {
H A DEdgeWalker_TestUtility.cpp141 void showOp(const ShapeOp op) {
315 const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp,
329 SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp,
432 bool testShapeOp(const SkPath& a, const SkPath& b, const ShapeOp shapeOp) {
627 void outputProgress(const State4& state, const char* pathStr, ShapeOp op) {
H A DSimplify.cpp1395 bool activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, ShapeOp op) {
1406 bool activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, ShapeOp op,
2403 bool& unsortable, ShapeOp op, const int xorMiMask, const int xorSuMask) {
/external/skia/experimental/Intersection/
H A DShapeOps.h17 enum ShapeOp { enum
32 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result);
H A DEdgeWalker_Test.h19 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);
H A DShapeOpRect4x4_Test.cpp56 outputProgress(state, pathStr, (ShapeOp) op);
57 testShapeOp(pathA, pathB, (ShapeOp) op);
H A DShapeOpCubic4x4_Test.cpp68 outputProgress(state, pathStr, (ShapeOp) op);
69 testShapeOp(pathA, pathB, (ShapeOp) op);
H A DShapeOps.cpp106 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) {
H A DEdgeWalker_TestUtility.cpp141 void showOp(const ShapeOp op) {
315 const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp,
329 SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp,
432 bool testShapeOp(const SkPath& a, const SkPath& b, const ShapeOp shapeOp) {
627 void outputProgress(const State4& state, const char* pathStr, ShapeOp op) {
H A DSimplify.cpp1395 bool activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, ShapeOp op) {
1406 bool activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, ShapeOp op,
2403 bool& unsortable, ShapeOp op, const int xorMiMask, const int xorSuMask) {

Completed in 1420 milliseconds