Lines Matching defs:path2
11 Geom::Path path2;
23 path2.append(Geom::LineSegment(Geom::Point(2,0),Geom::Point(3,0)));
24 path2.append(Geom::CubicBezier(Geom::Point(3,0),Geom::Point(2,1),Geom::Point(1,1),Geom::Point(2,0)));
25 path2.close();
56 pv[0] = path2;
68 pv.push_back(path2);
93 pv[0] = path2;
105 pv.push_back(path2);
117 TS_ASSERT(!SPCurve(path2).is_empty());
130 TS_ASSERT(SPCurve(path2).is_closed());
151 pv[0] = path2;
162 pv.push_back(path2);
176 pv.push_back(path2);
190 TS_ASSERT_EQUALS(*(SPCurve(path2).first_point()) , Geom::Point(2,0));
196 pv.push_back(path2);
206 TS_ASSERT_EQUALS(*(SPCurve(path2).last_point()) , Geom::Point(2,0));
212 pv.push_back(path2);
222 TS_ASSERT_EQUALS( *(SPCurve(path2).second_point()) , Geom::Point(3,0));
227 pv.push_back(path2);
237 TS_ASSERT_EQUALS( *(SPCurve(Geom::PathVector(path2)).penultimate_point()) , Geom::Point(3,0));
242 pv.push_back(path2);