Searched defs:AttemptSimplify (Results 1 - 1 of 1) 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)) {

Completed in 13 milliseconds