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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp998 SPCurve *rev_cal2 = this->cal2->create_reverse(); local
1000 if ((rev_cal2->get_segment_count() <= 0) || rev_cal2->first_path()->closed()) {
1001 rev_cal2->unref();
1010 Geom::Curve const * rev_cal2_firstseg = rev_cal2->first_segment();
1012 Geom::Curve const * rev_cal2_lastseg = rev_cal2->last_segment();
1020 this->accumulated->append(rev_cal2, true);
1026 rev_cal2->unref();
H A Deraser-tool.cpp840 SPCurve *rev_cal2 = this->cal2->create_reverse(); local
843 g_assert(rev_cal2->get_segment_count() > 0);
845 g_assert( ! rev_cal2->first_path()->closed() );
848 Geom::BezierCurve const * rev_cal2_firstseg = dynamic_cast<Geom::BezierCurve const *>( rev_cal2->first_segment() );
850 Geom::BezierCurve const * rev_cal2_lastseg = dynamic_cast<Geom::BezierCurve const *>( rev_cal2->last_segment() );
866 this->accumulated->append(rev_cal2, TRUE);
878 rev_cal2->unref();

Completed in 96 milliseconds