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

/inkscape/src/livarot/
H A DPath.h244 void DoArc ( Geom::Point const &iS, Geom::Point const &iE, double rx, double ry,
250 void DoArc ( Geom::Point const &iS, Geom::Point const &iE, double rx, double ry,
265 void DoArc ( Geom::Point const &iS, Geom::Point const &iE, double rx, double ry,
H A DPathConversion.cpp105 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold, curP);
294 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold);
532 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold);
800 void Path::DoArc(Geom::Point const &iS, Geom::Point const &iE, function in class:Path
806 (Same for the other DoArc functions in this file.) */
944 void Path::DoArc(Geom::Point const &iS, Geom::Point const &iE, function in class:Path
950 (Same for the other DoArc functions in this file.) */
1060 void Path::DoArc(Geom::Point const &iS, Geom::Point const &iE, function in class:Path
1069 (Same for the other DoArc functions in this file.) */

Completed in 25 milliseconds