Searched refs:last_point (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/display/
H A Dcurve-test.h205 TS_ASSERT_EQUALS(*(SPCurve(path1).last_point()) , Geom::Point(0,0));
206 TS_ASSERT_EQUALS(*(SPCurve(path2).last_point()) , Geom::Point(2,0));
207 TS_ASSERT_EQUALS(*(SPCurve(path3).last_point()) , Geom::Point(8,4));
208 TS_ASSERT_EQUALS(*(SPCurve(path4).last_point()) , Geom::Point(3,5));
210 TS_ASSERT(!SPCurve(pv).last_point());
214 TS_ASSERT_EQUALS(*(SPCurve(pv).last_point()) , Geom::Point(8,4));
216 TS_ASSERT_EQUALS(*(SPCurve(pv).last_point()) , Geom::Point(3,5));
H A Dcurve.cpp452 SPCurve::last_point() const function in class:SPCurve
535 if ( (fabs((*this->last_point())[X] - (*c1->first_point())[X]) <= tolerance)
536 && (fabs((*this->last_point())[Y] - (*c1->first_point())[Y]) <= tolerance) )
590 Geom::Point const offset1( new_p1 - *last_point() );
H A Dcurve.h52 boost::optional<Geom::Point> last_point() const;
/inkscape/src/live_effects/
H A Dlpe-parallel.cpp73 B = *(curve->last_point());
H A Dlpe-powerstroke.cpp589 Point last_point = ts.back(); local
590 ts.insert(ts.begin(), last_point - Point(pwd2_in.domain().extent() ,0));
/inkscape/src/
H A Dsp-hatch-path.cpp230 if (_curve && _curve->last_point()) {
231 val = _curve->last_point()->y();
H A Dsp-conn-end-pair.cpp225 endPts[h] = *(curve->last_point())*i2d;
H A Dverbs.cpp1866 Geom::Point const zoom_to (*rc->last_point());
1883 Geom::Point const zoom_to (*rc->last_point());
/inkscape/src/ui/tools/
H A Dconnector-tool.cpp1154 Geom::Point endpt = *(curve->last_point()) * i2dt;
1230 Geom::Point endpt = *(curve->last_point()) * i2dt;
H A Dfreehand-base.cpp578 a = sp_draw_anchor_new(dc, c, FALSE, *(c->last_point()));

Completed in 56 milliseconds