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

/inkscape/src/libavoid/
H A Dorthogonal.cpp1191 double minShape = v->min[0]; local
1207 Point(minShape, lineY));
1212 if (minLimit < minShape)
1214 segments.insert(LineSegment(minLimit, minShape, lineY,
1217 segments.insert(LineSegment(minShape, maxShape, lineY,
1227 if ((minLimitMax > minLimit) && (minLimitMax >= minShape))
1357 double minShape = v->min[1]; local
1376 if ((minLimitMax > minLimit) && (minLimitMax >= minShape))

Completed in 23 milliseconds