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

/inkscape/src/livarot/
H A DPathSimplify.cpp1200 int nextA = lastA; local
1221 nextA = descr_cmd[curP]->associated;
1226 if (AttemptSimplify(lastA, nextA - lastA + 1, (containsForced) ? 0.05 * tresh : tresh, res, worstP)) {
1243 prevA = lastA = nextA;
1249 nextA = descr_cmd[curP]->associated;
1254 if (AttemptSimplify(lastA, nextA - lastA + 1, 0.05 * tresh, res, worstP)) {
1263 prevA = lastA = nextA;
1272 nextA = descr_cmd[curP]->associated;
1277 if (AttemptSimplify(lastA, nextA - lastA + 1, tresh, res, worstP)) {
1306 prevA = nextA;
[all...]

Completed in 16 milliseconds