PathOpsOpTest.cpp | 359 SkPath one, two; local 361 two.addRect(3, 3, 9, 9, SkPath::kCW_Direction); 362 testPathOp(reporter, one, two, kIntersect_PathOp, filename); 366 SkPath one, two; local 368 two.addRect(3, 3, 9, 9, SkPath::kCW_Direction); 369 testPathOp(reporter, one, two, kUnion_PathOp, filename); 373 SkPath one, two; local 375 two.addRect(3, 3, 9, 9, SkPath::kCW_Direction); 376 testPathOp(reporter, one, two, kDifference_PathOp, filename); 380 SkPath one, two; local 387 SkPath one, two; local 394 SkPath one, two; local 401 SkPath one, two; local 408 SkPath one, two; local [all...] |