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

/inkscape/src/ui/tools/
H A Deraser-tool.cpp850 Geom::BezierCurve const * rev_cal2_lastseg = dynamic_cast<Geom::BezierCurve const *>( rev_cal2->last_segment() ); member in class:Inkscape::UI::Tools::Geom
855 g_assert( rev_cal2_lastseg );
869 rev_cal2_lastseg->finalPoint() - rev_cal2_lastseg->unitTangentAt(1),
870 rev_cal2_lastseg->finalPoint(),
H A Dcalligraphic-tool.cpp1012 Geom::Curve const * rev_cal2_lastseg = rev_cal2->last_segment(); member in class:Inkscape::UI::Tools::Geom
1022 add_cap(this->accumulated, rev_cal2_lastseg->finalPoint(), dc_cal1_firstseg->initialPoint(), this->cap_rounding);

Completed in 41 milliseconds