Searched refs:ArcTo (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/livarot/
H A DPathCutting.cpp404 ArcTo( elliptical_arc->finalPoint(),
575 curAdd->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
689 curAdd->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
1437 res->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
1469 res->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
1502 res->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
H A DPathOutline.cpp112 rev->ArcTo (nextX, nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
161 dest->ArcTo (endPos+width*endNor, 1.0001 * width, 1.0001 * width, 0.0, true, true);
178 dest->ArcTo (endPos+width*endNor, 1.0001 * width, 1.0001 * width, 0.0, true, true);
292 rev->ArcTo (nextX, nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise);
1246 dest->ArcTo (pos + width*enNor,
1249 dest->ArcTo (pos + width*enNor,
H A DPath.cpp222 int Path::ArcTo(Geom::Point const &iPt, double iRx, double iRy, double angle, function in class:Path
245 ArcTo(iPt, iRx, iRy, angle, iLargeArc, iClockwise);
H A DPath.h110 int ArcTo ( Geom::Point const &ip, double iRx, double iRy, double angle, bool iLargeArc, bool iClockwise);
H A DPathSimplify.cpp1370 dest->ArcTo(nData->p, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise);
H A DShapeMisc.cpp1099 dest->ArcTo (nx, nData->rx,nData->ry,nData->angle, nLarge, nClockwise);

Completed in 48 milliseconds