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

/inkscape/src/libavoid/
H A Dorthogonal.cpp1194 double minLimit, maxLimit; local
1196 v->findFirstPointAboveAndBelow(0, minLimit, maxLimit,
1219 if (maxShape < maxLimit)
1221 segments.insert(LineSegment(maxShape, maxLimit, lineY,
1232 if ((maxLimitMin < maxLimit) && (maxLimitMin <= maxShape))
1234 segments.insert(LineSegment(maxLimitMin, maxLimit, lineY,
1247 double maxLimit = v->firstPointBelow(0); local
1258 line2 = segments.insert(LineSegment(cp.x, maxLimit, e->pos,
1360 double minLimit, maxLimit; local
1362 v->findFirstPointAboveAndBelow(1, minLimit, maxLimit,
1398 double maxLimit = v->firstPointBelow(1); local
1669 double maxLimit = v->firstObstacleBelow(dim); local
[all...]

Completed in 21 milliseconds