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; 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...] |