Searched refs:oPt (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/livarot/
H A Dsweep-event-queue.h27 bool peek(SweepTree * &iLeft, SweepTree * &iRight, Geom::Point &oPt, double &itl, double &itr);
29 bool extract(SweepTree * &iLeft, SweepTree * &iRight, Geom::Point &oPt, double &itl, double &itr);
H A DPath.h276 static void QuadraticPoint (double t, Geom::Point &oPt, Geom::Point const &iS, Geom::Point const &iM, Geom::Point const &iE);
277 static void CubicTangent (double t, Geom::Point &oPt, Geom::Point const &iS,
H A DPathConversion.cpp678 void Path::QuadraticPoint(double t, Geom::Point &oPt, argument
685 oPt = t * t * ax + t * bx + cx;
688 void Path::CubicTangent(double t, Geom::Point &oPt, const Geom::Point &iS, const Geom::Point &isD, argument
695 oPt = 3 * t * t * ax + 2 * t * bx + cx;
H A DShapeSweep.cpp2461 int oPt; local
2463 oPt = getEdge(curBord).st;
2465 oPt = getEdge(curBord).en;
2470 if (oPt == getEdge(curBord).en)

Completed in 600 milliseconds