Searched defs:path2 (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Dcurve-test.h11 Geom::Path path2; member in class:CurveTest
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)
[all...]
/inkscape/src/live_effects/
H A Dlpe-envelope.cpp245 Geom::Path path2; local
246 path2.start( Up_Right );
247 path2.appendNew<Geom::LineSegment>( Down_Right );
248 bend_path2.set_new_value( path2.toPwSb(), true );
/inkscape/src/widgets/
H A Dsp-xmlview-tree.cpp543 GtkTreePath *path2 = gtk_tree_model_get_path(store, iter2); local
545 gboolean result = gtk_tree_path_compare( path1, path2);
548 gtk_tree_path_free(path2);

Completed in 28 milliseconds