Lines Matching defs:minLim
60 bool isSBend, const size_t dim, double minLim, double maxLim)
68 minSpaceLimit(minLim),
1753 double minLim = -CHANNEL_MAX;
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, maxLim));