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

/inkscape/src/livarot/
H A DPathConversion.cpp145 RecBezierTo(cx, stx, mx, treshhold, 8, 0.0, 1.0, curP + k);
165 RecBezierTo(cx, stx, mx, treshhold, 8, 0.0, 1.0, curP + nbInterm - 1);
320 RecBezierTo(midX, curX, nextX, treshhold, 8);
351 RecBezierTo(cx, stx, mx, treshhold, 8);
375 RecBezierTo(cx, stx, mx, treshhold, 8);
559 RecBezierTo(midX, curX, nextX, treshhold, 8, 4 * treshhold);
590 RecBezierTo(cx, stx, mx, treshhold, 8, 4 * treshhold);
614 RecBezierTo(cx, stx, mx, treshhold, 8, 4 * treshhold);
907 void Path::RecBezierTo(const Geom::Point &iP, function in class:Path
925 RecBezierTo(m
1033 void Path::RecBezierTo(Geom::Point const &iP, function in class:Path
1195 void Path::RecBezierTo(Geom::Point const &iP, Geom::Point const &iS,Geom::Point const &iE, function in class:Path
[all...]
H A DPath.h248 void RecBezierTo ( Geom::Point const &iPt, Geom::Point const &iS, Geom::Point const &iE, double treshhold, int lev, double maxL = -1.0);
254 void RecBezierTo ( Geom::Point const &iPt, Geom::Point const &iS, const Geom::Point &iE, double treshhold, int lev, double st, double et,
270 void RecBezierTo ( Geom::Point const &iPt, Geom::Point const &iS, Geom::Point const &iE, double treshhold, int lev, double st, double et,

Completed in 444 milliseconds