Home | History | Annotate | Download | only in Intersection

Lines Matching refs:one

3899     SkPath one, two;
3900 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
3902 testShapeOp(one, two, kIntersect_Op);
3906 SkPath one, two;
3907 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
3909 testShapeOp(one, two, kUnion_Op);
3913 SkPath one, two;
3914 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
3916 testShapeOp(one, two, kDifference_Op);
3920 SkPath one, two;
3921 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
3923 testShapeOp(one, two, kXor_Op);
3927 SkPath one, two;
3928 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
3930 testShapeOp(one, two, kIntersect_Op);
3934 SkPath one, two;
3935 one
3937 testShapeOp(one, two, kUnion_Op);
3941 SkPath one, two;
3942 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
3944 testShapeOp(one, two, kDifference_Op);
3948 SkPath one, two;
3949 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction);
3951 testShapeOp(one, two, kXor_Op);