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

/inkscape/src/ui/tools/
H A Dpen-tool.cpp1433 SPCurve *tmp_curve = this->sa->curve->copy(); local
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
1483 SPCurve *tmp_curve = this->sa->curve->copy(); local
1514 SPCurve *tmp_curve = new SPCurve(); local
1581 SPCurve *tmp_curve; local
1638 SPCurve *tmp_curve; local
[all...]

Completed in 18 milliseconds