Lines Matching defs:one
379 SkPath one, two;
380 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
382 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename);
386 SkPath one, two;
387 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
389 testPathOp(reporter, one, two, kUnion_SkPathOp, filename);
393 SkPath one, two;
394 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
396 testPathOp(reporter, one, two, kDifference_SkPathOp, filename);
400 SkPath one, two;
401 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
403 testPathOp(reporter, one, two, kXOR_SkPathOp, filename);
407 SkPath one, two;
408 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
410 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename);
414 SkPath one, two;
415 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
417 testPathOp(reporter, one, two, kUnion_SkPathOp, filename);
421 SkPath one, two;
422 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
424 testPathOp(reporter, one, two, kDifference_SkPathOp, filename);
428 SkPath one, two;
429 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
431 testPathOp(reporter, one, two, kXOR_SkPathOp, filename);