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

/inkscape/src/livarot/
H A DPathStroke.cpp103 int upTo; local
123 upTo = prevI;
129 upTo = N - 1;
134 while (nextI <= upTo) {
143 if (nextI > upTo) {
185 while (nextI <= upTo) {
189 if (dist > 0.001 || (nextI == upTo && dist > 0.0)) { // more tolerance for the last distance too, for the right cap direction
194 if (nextI > upTo) {
208 } while (nextI <= upTo);

Completed in 16 milliseconds