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

/inkscape/src/livarot/
H A DPathSimplify.cpp185 int worstP = -1; local
196 res, worstP) );
212 AttemptSimplify(off + curP, M, treshhold, res, worstP); // ca passe forcement
321 bool Path::ExtendFit(int off, int N, fitting_tables &data, double treshhold, PathDescrCubicTo &res, int &worstP) argument
393 worstP = 1;
401 worstP = -1;
413 if ( worstP < 0 || 2*nle > worstD ) {
414 worstP = i;
418 if ( worstP < 0 || nle > worstD ) {
419 worstP
434 AttemptSimplify(fitting_tables &data,double treshhold, PathDescrCubicTo & res,int &worstP) argument
737 AttemptSimplify(int off, int N, double treshhold, PathDescrCubicTo &res,int &worstP) argument
1225 int worstP = -1; local
1253 int worstP = -1; local
1276 int worstP = -1; local
[all...]
H A DPath.h372 bool AttemptSimplify(int off, int N, double treshhold, PathDescrCubicTo &res, int &worstP);
387 bool AttemptSimplify (fitting_tables &data,double treshhold, PathDescrCubicTo & res,int &worstP);
388 bool ExtendFit(int off, int N, fitting_tables &data,double treshhold, PathDescrCubicTo & res,int &worstP);

Completed in 18 milliseconds