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

/inkscape/src/
H A Dsp-item-transform.cpp278 gdouble r0w = w0 - bbox_geom.width(); // r0w is the average strokewidth of the left and right edges, i.e. 0.5*(r0l + r0r) local
280 if ((r0w == Geom::infinity()) || (fabs(r0w) < 1e-6)) r0w = 0;
292 if ((fabs(w0 - r0w) < 1e-6) && (fabs(h0 - r0h) < 1e-6)) {
298 if (r0w < 0 || r0h < 0) {
308 gdouble stroke_ratio_w = fabs(r0w) < 1e-6 ? 1 : (bbox_geom[Geom::X].min() - bbox_visual[Geom::X].min())/r0w;
316 if ((fabs(w0 - r0w) <
[all...]

Completed in 70 milliseconds