Searched defs:iS (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/livarot/
H A DPathConversion.cpp679 const Geom::Point &iS, const Geom::Point &iM, const Geom::Point &iE)
681 Geom::Point const ax = iE - 2 * iM + iS;
682 Geom::Point const bx = 2 * iM - 2 * iS;
683 Geom::Point const cx = iS;
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;
699 static void ArcAnglesAndCenter(Geom::Point const &iS, Geom::Point const &iE,
704 void Path::ArcAngles(const Geom::Point &iS, const Geom::Point &iE, argument
708 ArcAnglesAndCenter(iS, i
678 QuadraticPoint(double t, Geom::Point &oPt, const Geom::Point &iS, const Geom::Point &iM, const Geom::Point &iE) argument
712 ArcAnglesAndCenter(Geom::Point const &iS, Geom::Point const &iE, double rx, double ry, double angle, bool large, bool wise, double &sang, double &eang, Geom::Point &dr) argument
800 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const ) argument
851 RecCubicTo( Geom::Point const &iS, Geom::Point const &isD, Geom::Point const &iE, Geom::Point const &ieD, double tresh, int lev, double maxL) argument
907 RecBezierTo(const Geom::Point &iP, const Geom::Point &iS, const Geom::Point &iE, double tresh, int lev, double maxL) argument
944 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const , int const piece) argument
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
1033 RecBezierTo(Geom::Point const &iP, Geom::Point const &iS, Geom::Point const &iE, double tresh, int lev, double st, double et, int piece) argument
1060 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const , int const piece, offset_orig & ) 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
1195 RecBezierTo(Geom::Point const &iP, Geom::Point const &iS,Geom::Point const &iE, double tresh, int lev, double st, double et, int piece, offset_orig& orig) argument
[all...]
H A DPathStroke.cpp706 Geom::Point const &iS, Geom::Point const &iE, // start and end point
710 //Geom::Point diff = iS - iE;
712 if (width < 0.5 || dot(iS - iE, iS - iE)/width < 2.0) {
736 Geom::Point cur = iS - origine;
705 RecRound(Shape *dest, int sNo, int eNo, Geom::Point const &iS, Geom::Point const &iE, Geom::Point const &nS, Geom::Point const &nE, Geom::Point &origine, float width) argument
H A DPathOutline.cpp907 * \param iS Start point.
914 void Path::TangentOnSegAt(double at, Geom::Point const &iS, PathDescrLineTo const &fin, argument
918 Geom::Point const seg = iE - iS;
921 pos = iS;
926 pos = (1 - at) * iS + at * iE; // in other words, pos = iS + at * seg
932 void Path::TangentOnArcAt(double at, const Geom::Point &iS, PathDescrArcTo const &fin, argument
942 pos = iS;
947 double const sex = iE[0] - iS[0], sey = iE[1] - iS[
1077 TangentOnCubAt(double at, Geom::Point const &iS, PathDescrCubicTo const &fin, bool before, Geom::Point &pos, Geom::Point &tgt, double &len, double &rad) argument
1131 TangentOnBezAt(double at, Geom::Point const &iS, PathDescrIntermBezierTo & mid, PathDescrBezierTo & fin, bool before, Geom::Point & pos, Geom::Point & tgt, double &len, double &rad) argument
[all...]
H A DShapeSweep.cpp3260 Shape::DoEdgeTo (Shape * iS, int iB, int iTo, bool direct, bool sens) argument
3262 int lp = iS->swsData[iB].curPoint;
3280 ebData[ne].pathID = iS->ebData[iB].pathID;
3281 ebData[ne].pieceID = iS->ebData[iB].pieceID;
3282 if (iS->eData[iB].length < 0.00001)
3284 ebData[ne].tSt = ebData[ne].tEn = iS->ebData[iB].tSt;
3288 double bdl = iS->eData[iB].ilength;
3289 Geom::Point bpx = iS->pData[iS->getEdge(iB).st].rx;
3290 Geom::Point bdx = iS
[all...]

Completed in 32 milliseconds