Searched refs:curveAt (Results 1 - 6 of 6) 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));
219 Geom::Curve const *first_curve = &path_in.curveAt(Geom::PathTime(0, 0.0));
H A Dlpe-patternalongpath.cpp302 Geom::Curve const *first_curve = &path_in->curveAt(Geom::PathTime(0, 0.0));
331 Geom::Curve const *first_curve = &path_in->curveAt(Geom::PathTime(0, 0.0));
/inkscape/src/2geom/
H A Dpathvector.h227 Curve const &curveAt(Coord t, Coord *rest = NULL) const;
237 Curve const &curveAt(PathVectorTime const &pos) const { function in class:Geom::PathVector
H A Dpathvector.cpp87 Curve const &PathVector::curveAt(Coord t, Coord *rest) const function in class:Geom::PathVector
H A Dpath.h123 * pointAt(), nearestTime() and so on, or use curveAt() to first obtain the curve, then
528 Curve const &curveAt(Coord t, Coord *rest = NULL) const;
546 Curve const &curveAt(PathTime const &pos) const;
H A Dpath.cpp423 Curve const &Path::curveAt(Coord t, Coord *rest) const
442 Curve const &Path::curveAt(PathTime const &pos) const

Completed in 19 milliseconds