Searched refs:path1 (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Dcurve-test.h10 Geom::Path path1; member in class:CurveTest
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)
[all...]
/inkscape/src/live_effects/
H A Dlpe-envelope.cpp240 Geom::Path path1; local
241 path1.start( Up_Left );
242 path1.appendNew<Geom::LineSegment>( Up_Right );
243 bend_path1.set_new_value( path1.toPwSb(), true );
/inkscape/src/widgets/
H A Dsp-xmlview-tree.cpp542 GtkTreePath *path1 = gtk_tree_model_get_path(store, iter1); local
545 gboolean result = gtk_tree_path_compare( path1, path2);
547 gtk_tree_path_free(path1);

Completed in 233 milliseconds