Searched refs:last_point (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/display/ |
H A D | curve-test.h | 205 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 D | curve.cpp | 452 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 D | curve.h | 52 boost::optional<Geom::Point> last_point() const;
|
/inkscape/src/live_effects/ |
H A D | lpe-parallel.cpp | 73 B = *(curve->last_point());
|
H A D | lpe-powerstroke.cpp | 589 Point last_point = ts.back(); local 590 ts.insert(ts.begin(), last_point - Point(pwd2_in.domain().extent() ,0));
|
/inkscape/src/ |
H A D | sp-hatch-path.cpp | 230 if (_curve && _curve->last_point()) { 231 val = _curve->last_point()->y();
|
H A D | sp-conn-end-pair.cpp | 225 endPts[h] = *(curve->last_point())*i2d;
|
H A D | verbs.cpp | 1866 Geom::Point const zoom_to (*rc->last_point()); 1883 Geom::Point const zoom_to (*rc->last_point());
|
/inkscape/src/ui/tools/ |
H A D | connector-tool.cpp | 1154 Geom::Point endpt = *(curve->last_point()) * i2dt; 1230 Geom::Point endpt = *(curve->last_point()) * i2dt;
|
H A D | freehand-base.cpp | 578 a = sp_draw_anchor_new(dc, c, FALSE, *(c->last_point()));
|
Completed in 56 milliseconds