Lines Matching defs:tmp_curve
1433 SPCurve *tmp_curve = this->sa->curve->copy();
1435 tmp_curve = tmp_curve ->create_reverse();
1437 this->overwrite_curve = tmp_curve ;
1451 SPCurve *tmp_curve = this->sa->curve->copy();
1453 tmp_curve = tmp_curve ->create_reverse();
1454 Geom::CubicBezier const * cubic = dynamic_cast<Geom::CubicBezier const*>(&*tmp_curve ->last_segment());
1456 Geom::Point point_a = tmp_curve ->last_segment()->initialPoint();
1457 Geom::Point point_d = tmp_curve ->last_segment()->finalPoint();
1467 if( tmp_curve ->get_segment_count() == 1){
1468 tmp_curve = last_segment;
1471 tmp_curve ->backspace();
1473 tmp_curve ->append_continuous(last_segment, 0.0625);
1476 tmp_curve = tmp_curve ->create_reverse();
1478 this->overwrite_curve = tmp_curve ;
1483 SPCurve *tmp_curve = this->sa->curve->copy();
1485 tmp_curve = tmp_curve ->create_reverse();
1486 Geom::CubicBezier const * cubic = dynamic_cast<Geom::CubicBezier const*>(&*tmp_curve ->last_segment());
1491 if( tmp_curve ->get_segment_count() == 1){
1492 tmp_curve = last_segment;
1495 tmp_curve ->backspace();
1497 tmp_curve ->append_continuous(last_segment, 0.0625);
1501 tmp_curve = tmp_curve ->create_reverse();
1503 this->overwrite_curve = tmp_curve ;
1514 SPCurve *tmp_curve = new SPCurve();
1524 tmp_curve = this->green_curve->copy();
1526 tmp_curve = this->overwrite_curve->copy();
1528 tmp_curve = tmp_curve ->create_reverse();
1531 if(!tmp_curve ->is_empty()){
1532 Geom::CubicBezier const * cubic = dynamic_cast<Geom::CubicBezier const*>(&*tmp_curve ->last_segment());
1537 weight_power->moveto(tmp_curve ->last_segment()->finalPoint());
1538 weight_power->lineto(tmp_curve ->last_segment()->initialPoint());
1581 SPCurve *tmp_curve;
1586 tmp_curve = this->green_curve->create_reverse();
1592 tmp_curve = this->overwrite_curve->copy();
1594 tmp_curve = tmp_curve ->create_reverse();
1600 Geom::CubicBezier const * cubic = dynamic_cast<Geom::CubicBezier const*>(&*tmp_curve ->last_segment());
1602 point_c = tmp_curve ->last_segment()->finalPoint() + (1./3)*(tmp_curve ->last_segment()->initialPoint() - tmp_curve ->last_segment()->finalPoint());
1611 last_segment->moveto(tmp_curve ->last_segment()->initialPoint());
1612 last_segment->lineto(tmp_curve ->last_segment()->finalPoint());
1614 if( tmp_curve ->get_segment_count() == 1){
1615 tmp_curve = last_segment;
1618 tmp_curve ->backspace();
1620 tmp_curve ->append_continuous(last_segment, 0.0625);
1623 tmp_curve = tmp_curve ->create_reverse();
1628 this->green_curve = tmp_curve ;
1631 this->overwrite_curve = tmp_curve ;
1638 SPCurve *tmp_curve;
1643 tmp_curve = this->green_curve->create_reverse();
1649 tmp_curve = this->overwrite_curve->copy();
1651 tmp_curve = tmp_curve ->create_reverse();
1657 Geom::CubicBezier const * cubic = dynamic_cast<Geom::CubicBezier const*>(&*tmp_curve ->last_segment());
1662 last_segment->moveto(tmp_curve ->last_segment()->initialPoint());
1663 last_segment->lineto(tmp_curve ->last_segment()->finalPoint());
1665 if( tmp_curve ->get_segment_count() == 1){
1666 tmp_curve = last_segment;
1669 tmp_curve ->backspace();
1671 tmp_curve ->append_continuous(last_segment, 0.0625);
1674 tmp_curve = tmp_curve ->create_reverse();
1679 this->green_curve = tmp_curve ;
1682 this->overwrite_curve = tmp_curve ;