Searched defs:maxIterations (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dbezier-utils.cpp258 int const maxIterations = 4; /* std::max times to try iterating */ local
259 for (int i = 0; i < maxIterations; i++) {

Completed in 14 milliseconds