Lines Matching refs:accumulated
128 this->accumulated = new SPCurve();
437 /* reset accumulated curve */
438 this->accumulated->reset();
456 this->accumulated->reset();
754 /* reset accumulated curve */
755 this->accumulated->reset();
908 if (!this->accumulated->is_empty()) {
925 Geom::PathVector pathv = this->accumulated->get_pathvector() * desktop->dt2doc();
1014 this->accumulated->reset(); /* Is this required ?? */
1016 this->accumulated->append(this->cal1, false);
1018 add_cap(this->accumulated, dc_cal1_lastseg->finalPoint(), rev_cal2_firstseg->initialPoint(), this->cap_rounding);
1020 this->accumulated->append(rev_cal2, true);
1022 add_cap(this->accumulated, rev_cal2_lastseg->finalPoint(), dc_cal1_firstseg->initialPoint(), this->cap_rounding);
1024 this->accumulated->closepath();