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

/inkscape/src/display/
H A Dcurve-test.h221 TS_ASSERT_EQUALS( *(SPCurve(path1).second_point()) , Geom::Point(1,0));
222 TS_ASSERT_EQUALS( *(SPCurve(path2).second_point()) , Geom::Point(3,0));
223 TS_ASSERT_EQUALS( *(SPCurve(path3).second_point()) , Geom::Point(5,1));
224 TS_ASSERT_EQUALS( *(SPCurve(path4).second_point()) , Geom::Point(3,5));
229 TS_ASSERT_EQUALS( *(SPCurve(pv).second_point()) , Geom::Point(1,0));
231 TS_ASSERT_EQUALS( *SPCurve(pv).second_point(), Geom::Point(0,0) );
H A Dcurve.h53 boost::optional<Geom::Point> second_point() const;
H A Dcurve.cpp407 SPCurve::second_point() const function in class:SPCurve
/inkscape/src/ui/tools/
H A Dpencil-tool.cpp597 || ( *(this->red_curve->first_point()) == *(this->red_curve->second_point()) ) )

Completed in 14 milliseconds