Searched defs:isD (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathConversion.cpp | 688 void Path::CubicTangent(double t, Geom::Point &oPt, const Geom::Point &iS, const Geom::Point &isD, argument 691 Geom::Point const ax = ieD - 2 * iE + 2 * iS + isD; 692 Geom::Point const bx = 3 * iE - ieD - 2 * isD - 3 * iS; 693 Geom::Point const cx = isD; 851 void Path::RecCubicTo( Geom::Point const &iS, Geom::Point const &isD, argument 859 const double sC = dot(isD,isD); 866 const double sC = fabs(cross(se, isD)) / dC; 874 Geom::Point m = 0.5 * (iS + iE) + 0.125 * (isD - ieD); 875 Geom::Point md = 0.75 * (iE - iS) - 0.125 * (isD 994 RecCubicTo(Geom::Point const &iS, Geom::Point const &isD, Geom::Point const &iE, Geom::Point const &ieD, double tresh, int lev, double st, double et, int piece) argument 1113 RecCubicTo(Geom::Point const &iS, Geom::Point const &isD, Geom::Point const &iE, Geom::Point const &ieD, double tresh, int lev, double st, double et, int piece, offset_orig &orig) argument [all...] |
H A D | PathOutline.cpp | 104 Geom::Point isD=-nData->start; local 106 rev->CubicTo (nextX, ieD,isD); 284 Geom::Point isD=-nData->start; local 286 rev->CubicTo (nextX, ieD,isD);
|
Completed in 98 milliseconds