Searched defs:minLim (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libavoid/ |
H A D | orthogonal.cpp | 60 bool isSBend, const size_t dim, double minLim, double maxLim) 68 minSpaceLimit(minLim), 1753 double minLim = -CHANNEL_MAX; local 1773 minLim = std::max(minLim, prevPos); 1778 minLim = std::max(minLim, nextPos); 1786 // the maxLim or minLim to the segment position. 1789 minLim = displayRoute.ps[i][dim]; 1798 indexHigh, isSBend, dim, minLim, maxLi 59 ShiftSegment(ConnRef *conn, const size_t low, const size_t high, bool isSBend, const size_t dim, double minLim, double maxLim) argument [all...] |
Completed in 35 milliseconds