H A D | PathConversion.cpp | 679 const Geom::Point &iS, const Geom::Point &iM, const Geom::Point &iE) 681 Geom::Point const ax = iE - 2 * iM + iS; 689 const Geom::Point &iE, const Geom::Point &ieD) 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, iE, rx, ry, angle, large, wise, sang, eang, dr); 711 /* N.B. If iS == iE then sang,eang,dr each become NaN. Probably a bug. */ 712 static void ArcAnglesAndCenter(Geom::Point const &iS, Geom::Point const &iE, argument 678 QuadraticPoint(double t, Geom::Point &oPt, const Geom::Point &iS, const Geom::Point &iM, const Geom::Point &iE) argument 688 CubicTangent(double t, Geom::Point &oPt, const Geom::Point &iS, const Geom::Point &isD, const Geom::Point &iE, const Geom::Point &ieD) 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...] |