Searched refs:first_path (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-constructgrid.cpp61 Geom::Path first_path( origin );
62 first_path.appendNew<LineSegment>( origin + first_p*nr_y );
68 path_out.push_back(first_path);
H A Dlpe-patternalongpath.cpp299 Geom::Path const *path_in = sp_shape->getCurveBeforeLPE()->first_path();
328 Geom::Path const *path_in = sp_shape->getCurveBeforeLPE()->first_path();
/inkscape/src/display/
H A Dcurve-test.h171 TS_ASSERT_EQUALS(SPCurve(pv).first_path() , (void*)0);
174 TS_ASSERT_EQUALS(*SPCurve(pv).first_path() , pv[0]);
177 TS_ASSERT_EQUALS(*SPCurve(pv).first_path() , pv[0]);
180 TS_ASSERT_EQUALS(*SPCurve(pv).first_path() , pv[0]);
183 TS_ASSERT_EQUALS(*SPCurve(pv).first_path() , pv[0]);
H A Dcurve.h50 Geom::Path const * first_path() const;
H A Dcurve.cpp376 SPCurve::first_path() const function in class:Geom::SPCurve
/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp989 this->cal1->first_path()->closed()
1000 if ((rev_cal2->get_segment_count() <= 0) || rev_cal2->first_path()->closed()) {
H A Deraser-tool.cpp844 g_assert( ! this->cal1->first_path()->closed() );
845 g_assert( ! rev_cal2->first_path()->closed() );
H A Dpen-tool.cpp1722 if(Geom::are_near(curve->first_path()->initialPoint(), curve->last_path()->finalPoint())){

Completed in 1355 milliseconds