Searched refs:cal1 (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/tools/
H A Ddynamic-base.cpp33 , cal1(NULL)
81 if (this->cal1) {
82 this->cal1 = this->cal1->unref();
83 this->cal1 = 0;
H A Ddynamic-base.h59 SPCurve *cal1; member in class:Inkscape::UI::Tools::DynamicBase
H A Dcalligraphic-tool.cpp131 this->cal1 = new SPCurve();
752 g_warning ("Failed to create path: invalid data in dc->cal1 or dc->cal2");
901 this->cal1->reset();
986 this->cal1->is_empty() ||
988 (this->cal1->get_segment_count() <= 0) ||
989 this->cal1->first_path()->closed()
992 this->cal1->reset();
1003 this->cal1->reset();
1009 Geom::Curve const * dc_cal1_firstseg = this->cal1->first_segment();
1011 Geom::Curve const * dc_cal1_lastseg = this->cal1
[all...]
H A Deraser-tool.cpp115 this->cal1 = new SPCurve();
634 this->cal1->reset();
838 if ( !this->cal1->is_empty() && !this->cal2->is_empty() ) {
842 g_assert(this->cal1->get_segment_count() > 0);
844 g_assert( ! this->cal1->first_path()->closed() );
847 Geom::BezierCurve const * dc_cal1_firstseg = dynamic_cast<Geom::BezierCurve const *>( this->cal1->first_segment() );
849 Geom::BezierCurve const * dc_cal1_lastseg = dynamic_cast<Geom::BezierCurve const *>( this->cal1->last_segment() );
857 this->accumulated->append(this->cal1, FALSE);
880 this->cal1->reset();
913 if ( this->cal1
[all...]

Completed in 1273 milliseconds