Searched refs:iEnD (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.cpp | 194 int Path::CubicTo(Geom::Point const &iPt, Geom::Point const &iStD, Geom::Point const &iEnD) argument 203 descr_cmd.push_back(new PathDescrCubicTo(iPt, iStD, iEnD)); 208 void Path::InsertCubicTo(Geom::Point const &iPt, Geom::Point const &iStD, Geom::Point const &iEnD, int at) argument 215 CubicTo(iPt,iStD,iEnD); 219 descr_cmd.insert(descr_cmd.begin() + at, new PathDescrCubicTo(iPt, iStD, iEnD));
|
H A D | Path.h | 109 int CubicTo ( Geom::Point const &ip, Geom::Point const &iStD, Geom::Point const &iEnD); 234 void InsertCubicTo (Geom::Point const &ip, Geom::Point const &iStD, Geom::Point const &iEnD,int at);
|
Completed in 17 milliseconds