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

/inkscape/src/libavoid/
H A Dorthogonal.cpp60 bool isSBend, const size_t dim, double minLim, double maxLim)
69 maxSpaceLimit(maxLim)
1754 double maxLim = CHANNEL_MAX; local
1774 maxLim = std::min(maxLim, nextPos);
1779 maxLim = std::min(maxLim, prevPos);
1786 // the maxLim or minLim to the segment position.
1793 maxLim = displayRoute.ps[i][dim];
1798 indexHigh, isSBend, dim, minLim, maxLim));
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 13 milliseconds