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

/inkscape/src/live_effects/
H A Dlpe-recursiveskeleton.cpp91 double scaling = (uskeleton.domain().extent() - toffset)/pattBndsX->extent(); local
95 // double pattWidth = pattBndsX->extent() * scaling;
97 if (scaling != 1.0) {
98 x*=scaling;
102 y*=(scaling*prop_scale);
H A Dlpe-patternalongpath.cpp186 double scaling = 1; local
199 scaling = (uskeleton.domain().extent() - toffset)/pattBndsX->extent();
207 scaling = (uskeleton.domain().extent() - toffset)/(((double)nbCopies)*pattBndsX->extent());
212 scaling = (uskeleton.domain().extent() - toffset)/(((double)nbCopies)*pattBndsX->extent() - xspace);
220 double pattWidth = pattBndsX->extent() * scaling;
222 if (scaling != 1.0) {
223 x*=scaling;
226 y*=(scaling*prop_scale);
262 // Check if proportional stroke-width scaling is on
H A Dlpe-bendpath.cpp132 double scaling = uskeleton.cuts.back()/bboxHorizontal.extent(); local
134 if (scaling != 1.0) {
135 x*=scaling;
139 y*=(scaling*prop_scale);
H A Dlpe-curvestitch.cpp86 gdouble scaling = bndsStroke->max() - bndsStroke->min(); local
117 scaling_y = (L2(end-start)/scaling)*prop_scale;
123 transform.setXAxis( (end-start) / scaling );
192 * scaling an object with transforms preserved behaves differently from scaling with
203 // this basically means that for this transformation, the result should be the same as normal scaling the result path
H A Dlpe-taperstroke.cpp411 double scaling = (uskeleton.domain().extent() - toffset)/pattBndsX->extent(); local
414 double pattWidth = pattBndsX->extent() * scaling;
416 if (scaling != 1.0) {
417 x*=scaling;
420 y*=(scaling*prop_scale);
/inkscape/src/display/
H A Dnr-filter-units.cpp101 Geom::Scale scaling(1.0 / len_i, 1.0 / len_j);
102 u2pb *= scaling;

Completed in 14 milliseconds