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

/inkscape/src/livarot/
H A DPathSimplify.cpp250 bool Path::FitCubic(Geom::Point const &start, PathDescrCubicTo &res, function in class:Path
461 if ( FitCubic(start, res, data.Xk, data.Yk, data.Qk, data.tk, data.nbPt) ) {
609 if ( FitCubic(start, res, data.Xk, data.Yk, data.Qk, data.tk, data.nbPt) == false) {
847 if ( FitCubic(start, res, Xk, Yk, Qk, tk, N) ) {
990 if ( FitCubic(start,res,Xk,Yk,Qk,tk,N) ) {
H A DPath.h373 static bool FitCubic(Geom::Point const &start,

Completed in 19 milliseconds