Searched defs:first_curve (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/live_effects/ | ||
H A D | lpe-bendpath.cpp | 193 Geom::Curve const *first_curve = &path_in.curveAt(Geom::PathTime(0, 0.0)); member in class:Inkscape::LivePathEffect::BeP::Geom 194 Geom::CubicBezier const *cubic = dynamic_cast<Geom::CubicBezier const *>(&*first_curve); 219 Geom::Curve const *first_curve = &path_in.curveAt(Geom::PathTime(0, 0.0)); member in class:Inkscape::LivePathEffect::BeP::Geom 220 Geom::CubicBezier const *cubic = dynamic_cast<Geom::CubicBezier const *>(&*first_curve); |
H A D | lpe-patternalongpath.cpp | 302 Geom::Curve const *first_curve = &path_in->curveAt(Geom::PathTime(0, 0.0)); member in class:Inkscape::LivePathEffect::WPAP::Geom 303 Geom::CubicBezier const *cubic = dynamic_cast<Geom::CubicBezier const *>(&*first_curve); 331 Geom::Curve const *first_curve = &path_in->curveAt(Geom::PathTime(0, 0.0)); member in class:Inkscape::LivePathEffect::WPAP::Geom 332 Geom::CubicBezier const *cubic = dynamic_cast<Geom::CubicBezier const *>(&*first_curve); |
Completed in 20 milliseconds