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

/inkscape/src/live_effects/
H A Dlpe-recursiveskeleton.cpp68 double toffset = 0;//tang_offset; local
71 toffset *= pattBndsX->extent();
91 double scaling = (uskeleton.domain().extent() - toffset)/pattBndsX->extent();
106 x += toffset;
H A Dlpe-patternalongpath.cpp153 double toffset = tang_offset; local
157 toffset *= pattBndsX->extent();
189 nbCopies = static_cast<int>(floor((uskeleton.domain().extent() - toffset + xspace)/(pattBndsX->extent()+xspace)));
194 nbCopies = (toffset + pattBndsX->extent() < uskeleton.domain().extent()) ? 1 : 0;
199 scaling = (uskeleton.domain().extent() - toffset)/pattBndsX->extent();
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);
230 x += toffset;
[all...]
H A Dlpe-taperstroke.cpp393 double toffset = 0; local
411 double scaling = (uskeleton.domain().extent() - toffset)/pattBndsX->extent();
424 x += toffset;

Completed in 29 milliseconds