Searched refs:dc_cal1_lastseg (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Deraser-tool.cpp849 Geom::BezierCurve const * dc_cal1_lastseg = dynamic_cast<Geom::BezierCurve const *>( this->cal1->last_segment() ); member in class:Inkscape::UI::Tools::Geom
854 g_assert( dc_cal1_lastseg );
860 dc_cal1_lastseg->finalPoint() - dc_cal1_lastseg->unitTangentAt(1),
861 dc_cal1_lastseg->finalPoint(),
H A Dcalligraphic-tool.cpp1011 Geom::Curve const * dc_cal1_lastseg = this->cal1->last_segment(); member in class:Inkscape::UI::Tools::Geom
1018 add_cap(this->accumulated, dc_cal1_lastseg->finalPoint(), rev_cal2_firstseg->initialPoint(), this->cap_rounding);

Completed in 23 milliseconds