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

/inkscape/src/live_effects/
H A Dlpe-patternalongpath.cpp185 int nbCopies = 0; local
189 nbCopies = static_cast<int>(floor((uskeleton.domain().extent() - toffset + xspace)/(pattBndsX->extent()+xspace)));
194 nbCopies = (toffset + pattBndsX->extent() < uskeleton.domain().extent()) ? 1 : 0;
198 nbCopies = 1;
205 nbCopies = static_cast<int>(std::floor((uskeleton.domain().extent() - toffset)/(pattBndsX->extent()+xspace)));
207 scaling = (uskeleton.domain().extent() - toffset)/(((double)nbCopies)*pattBndsX->extent());
210 nbCopies = static_cast<int>(std::floor((uskeleton.domain().extent() - toffset + xspace)/(pattBndsX->extent()+xspace)));
212 scaling = (uskeleton.domain().extent() - toffset)/(((double)nbCopies)*pattBndsX->extent() - xspace);
233 for (int i=0; i<nbCopies; i++){
H A Dlpe-taperstroke.cpp410 int nbCopies = 0; local
412 nbCopies = 1;
427 for (int i=0; i<nbCopies; i++) {

Completed in 17 milliseconds