Lines Matching defs:path1
10 Geom::Path path1;
19 path1.append(Geom::LineSegment(Geom::Point(0,0),Geom::Point(1,0)));
20 path1.append(Geom::LineSegment(Geom::Point(1,0),Geom::Point(1,1)));
21 path1.close();
54 pv[0] = path1;
67 pv.push_back(path1);
91 pv[0] = path1;
104 pv.push_back(path1);
116 TS_ASSERT(!SPCurve(path1).is_empty());
129 TS_ASSERT(SPCurve(path1).is_closed());
148 pv[0] = path1;
161 pv.push_back(path1);
173 pv.push_back(path1);
189 TS_ASSERT_EQUALS(*(SPCurve(path1).first_point()) , Geom::Point(0,0));
195 pv.push_back(path1);
205 TS_ASSERT_EQUALS(*(SPCurve(path1).last_point()) , Geom::Point(0,0));
211 pv.push_back(path1);
221 TS_ASSERT_EQUALS( *(SPCurve(path1).second_point()) , Geom::Point(1,0));
226 pv.push_back(path1);
236 TS_ASSERT_EQUALS( *(SPCurve(Geom::PathVector(path1)).penultimate_point()) , Geom::Point(1,1));
241 pv.push_back(path1);