Searched refs:DoArc (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.h | 244 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 D | PathConversion.cpp | 105 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