Searched refs:curveAt (Results 1 - 6 of 6) 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)); 219 Geom::Curve const *first_curve = &path_in.curveAt(Geom::PathTime(0, 0.0));
|
H A D | lpe-patternalongpath.cpp | 302 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 D | pathvector.h | 227 Curve const &curveAt(Coord t, Coord *rest = NULL) const; 237 Curve const &curveAt(PathVectorTime const &pos) const { function in class:Geom::PathVector
|
H A D | pathvector.cpp | 87 Curve const &PathVector::curveAt(Coord t, Coord *rest) const function in class:Geom::PathVector
|
H A D | path.h | 123 * 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 D | path.cpp | 423 Curve const &Path::curveAt(Coord t, Coord *rest) const 442 Curve const &Path::curveAt(PathTime const &pos) const
|
Completed in 19 milliseconds