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

/inkscape/src/live_effects/
H A Dlpe-patternalongpath.cpp151 double xspace = spacing; local
155 xspace *= pattBndsX->extent();
161 if (xspace < -pattBndsX->extent()*.9) {
162 xspace = -pattBndsX->extent()*.9;
189 nbCopies = static_cast<int>(floor((uskeleton.domain().extent() - toffset + xspace)/(pattBndsX->extent()+xspace)));
190 pattBndsX = Interval(pattBndsX->min(),pattBndsX->max()+xspace);
205 nbCopies = static_cast<int>(std::floor((uskeleton.domain().extent() - toffset)/(pattBndsX->extent()+xspace)));
206 pattBndsX = Interval(pattBndsX->min(),pattBndsX->max()+xspace);
210 nbCopies = static_cast<int>(std::floor((uskeleton.domain().extent() - toffset + xspace)/(pattBnds
[all...]

Completed in 13 milliseconds