Searched defs:path3 (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/display/ |
H A D | curve-test.h | 12 Geom::Path path3; member in class:CurveTest 27 path3.setStitching(true); 28 path3.append(Geom::EllipticalArc(Geom::Point(4,0),1,2,M_PI,false,false,Geom::Point(5,1))); 29 path3.append(Geom::LineSegment(Geom::Point(5,1),Geom::Point(5,2))); 30 path3.append(Geom::LineSegment(Geom::Point(6,4),Geom::Point(2,4))); 58 pv[0] = path3; 69 pv.push_back(path3); 95 pv[0] = path3; 106 pv.push_back(path3); 118 TS_ASSERT(!SPCurve(path3) [all...] |
/inkscape/src/live_effects/ |
H A D | lpe-envelope.cpp | 250 Geom::Path path3; local 251 path3.start( Down_Left ); 252 path3.appendNew<Geom::LineSegment>( Down_Right ); 253 bend_path3.set_new_value( path3.toPwSb(), true );
|
Completed in 16 milliseconds