Searched refs:iP (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DPathConversion.cpp907 void Path::RecBezierTo(const Geom::Point &iP, argument
916 Geom::Point ps = iS - iP;
917 Geom::Point pe = iE - iP;
923 const Geom::Point m = 0.25 * (iS + iE + 2 * iP);
924 Geom::Point md = 0.5 * (iS + iP);
927 md = 0.5 * (iP + iE);
934 const Geom::Point m = 0.25 * (iS + iE + 2 * iP);
935 Geom::Point md = 0.5 * (iS + iP);
938 md = 0.5 * (iP + iE);
1033 void Path::RecBezierTo(Geom::Point const &iP, 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...]

Completed in 17 milliseconds