Searched refs:FitCubic (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathSimplify.cpp | 250 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 D | Path.h | 373 static bool FitCubic(Geom::Point const &start,
|
Completed in 19 milliseconds