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

/inkscape/src/livarot/
H A DPathSimplify.cpp212 AttemptSimplify(off + curP, M, treshhold, res, worstP); // ca passe forcement
428 return AttemptSimplify(data, treshhold, res, worstP);
434 bool Path::AttemptSimplify (fitting_tables &data,double treshhold, PathDescrCubicTo & res,int &worstP) function in class:Path
737 bool Path::AttemptSimplify(int off, int N, double treshhold, PathDescrCubicTo &res,int &worstP) function in class:Path
1226 if (AttemptSimplify(lastA, nextA - lastA + 1, (containsForced) ? 0.05 * tresh : tresh, res, worstP)) {
1254 if (AttemptSimplify(lastA, nextA - lastA + 1, 0.05 * tresh, res, worstP)) {
1277 if (AttemptSimplify(lastA, nextA - lastA + 1, tresh, res, worstP)) {
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);

Completed in 17 milliseconds