Home | History | Annotate | Download | only in tests

Lines Matching defs:one

359     SkPath one, two;
360 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
362 testPathOp(reporter, one, two, kIntersect_PathOp, filename);
366 SkPath one, two;
367 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
369 testPathOp(reporter, one, two, kUnion_PathOp, filename);
373 SkPath one, two;
374 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
376 testPathOp(reporter, one, two, kDifference_PathOp, filename);
380 SkPath one, two;
381 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
383 testPathOp(reporter, one, two, kXOR_PathOp, filename);
387 SkPath one, two;
388 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
390 testPathOp(reporter, one, two, kIntersect_PathOp, filename);
394 SkPath one, two;
395 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
397 testPathOp(reporter, one, two, kUnion_PathOp, filename);
401 SkPath one, two;
402 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
404 testPathOp(reporter, one, two, kDifference_PathOp, filename);
408 SkPath one, two;
409 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
411 testPathOp(reporter, one, two, kXOR_PathOp, filename);
1806 // but the line connected to one of the cubics at the same point does not intersect
2067 // an earlier pathops succeeded, but still failed to generate one interior line segment