Searched defs:path4 (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Dcurve-test.h13 Geom::Path path4; member in class:CurveTest
16 CurveTest() : path4(Geom::Point(3,5)) // Just a moveto
60 pv[0] = path4;
70 pv.push_back(path4);
97 pv[0] = path4;
107 pv.push_back(path4);
119 TS_ASSERT(!SPCurve(path4).is_empty());
132 TS_ASSERT(!SPCurve(path4).is_closed());
137 Geom::PathVector pv(path4);
144 Geom::PathVector pv(1, path4);
[all...]
/inkscape/src/live_effects/
H A Dlpe-envelope.cpp255 Geom::Path path4; local
256 path4.start( Up_Left );
257 path4.appendNew<Geom::LineSegment>( Down_Left );
258 bend_path4.set_new_value( path4.toPwSb(), true );

Completed in 31 milliseconds