Searched refs:minLimit (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,
1212 if (minLimit < minShape)
1214 segments.insert(LineSegment(minLimit, minShape, lineY,
1227 if ((minLimitMax > minLimit) && (minLimitMax >= minShape))
1229 segments.insert(LineSegment(minLimit, minLimitMax, lineY,
1246 double minLimit = v->firstPointAbove(0); local
1253 line1 = segments.insert(LineSegment(minLimit, cp.x, e->pos,
1360 double minLimit, maxLimit; local
1362 v->findFirstPointAboveAndBelow(1, minLimit, maxLimi
1397 double minLimit = v->firstPointAbove(1); local
1668 double minLimit = v->firstObstacleAbove(dim); local
[all...]

Completed in 20 milliseconds