Searched defs:oPt (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
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 26 milliseconds