Searched refs:iRy (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DPath.cpp222 int Path::ArcTo(Geom::Point const &iPt, double iRx, double iRy, double angle, argument
232 descr_cmd.push_back(new PathDescrArcTo(iPt, iRx, iRy, angle, iLargeArc, iClockwise));
237 void Path::InsertArcTo(Geom::Point const &iPt, double iRx, double iRy, double angle, argument
245 ArcTo(iPt, iRx, iRy, angle, iLargeArc, iClockwise);
249 descr_cmd.insert(descr_cmd.begin() + at, new PathDescrArcTo(iPt, iRx, iRy,
H A DPath.h110 int ArcTo ( Geom::Point const &ip, double iRx, double iRy, double angle, bool iLargeArc, bool iClockwise);
233 void InsertArcTo (Geom::Point const &ip, double iRx, double iRy, double angle, bool iLargeArc, bool iClockwise,int at);

Completed in 17 milliseconds