Searched refs:last_path (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/display/
H A Dcurve-test.h172 TS_ASSERT_EQUALS(SPCurve(pv).last_path() , (void*)0);
175 TS_ASSERT_EQUALS(*SPCurve(pv).last_path() , pv[0]);
178 TS_ASSERT_EQUALS(*SPCurve(pv).last_path() , pv[1]);
181 TS_ASSERT_EQUALS(*SPCurve(pv).last_path() , pv[2]);
184 TS_ASSERT_EQUALS(*SPCurve(pv).last_path() , pv[3]);
H A Dcurve.h48 Geom::Path const * last_path() const;
H A Dcurve.cpp346 SPCurve::last_path() const function in class:Geom::SPCurve
/inkscape/src/ui/tools/
H A Dpen-tool.cpp1722 if(Geom::are_near(curve->first_path()->initialPoint(), curve->last_path()->finalPoint())){

Completed in 834 milliseconds