Lines Matching refs:cal1
131 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->last_segment();
1016 this->accumulated->append(this->cal1, false);
1028 this->cal1->reset();
1061 if ( this->cal1->is_empty() || this->cal2->is_empty() ) {
1064 this->cal1->reset();
1067 this->cal1->moveto(this->point1[0]);
1107 this->cal1->curveto(bp1[1], bp1[2], bp1[3]);
1120 this->cal1->lineto(this->point1[i]);