Searched defs:iRx (Results 1 - 1 of 1) 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,

Completed in 166 milliseconds