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

/inkscape/src/live_effects/
H A Dlpe-bendpath.cpp193 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 Dlpe-patternalongpath.cpp302 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 15 milliseconds