Searched defs:last_segment (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Dcurve.cpp330 SPCurve::last_segment() const function in class:Geom::SPCurve
/inkscape/src/ui/tools/
H A Dpen-tool.cpp906 Geom::Curve const * last_seg = this->green_curve->last_segment();
959 this->p[1] = this->red_curve->last_segment()->initialPoint() + (1./3.)*(this->red_curve->last_segment()->finalPoint() - this->red_curve->last_segment()->initialPoint());
967 Geom::CubicBezier const *cubic = dynamic_cast<Geom::CubicBezier const *>( this->green_curve->last_segment() );
975 C = this->green_curve->last_segment()->finalPoint() + (1./3.)*(this->green_curve->last_segment()->initialPoint() - this->green_curve->last_segment()->finalPoint());
979 A = this->green_curve->last_segment()->initialPoint();
980 B = this->green_curve->last_segment()
1455 SPCurve *last_segment = new SPCurve(); local
1488 SPCurve *last_segment = new SPCurve(); local
1582 SPCurve *last_segment = new SPCurve(); local
1639 SPCurve *last_segment = new SPCurve(); local
[all...]

Completed in 21 milliseconds