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

/inkscape/src/
H A Dsp-item-transform.cpp279 gdouble r0h = h0 - bbox_geom.height(); // r0h is the average strokewidth of the top and bottom edges, i.e. 0.5*(r0t + r0b) local
281 if ((r0h == Geom::infinity()) || (fabs(r0h) < 1e-6)) r0h = 0;
292 if ((fabs(w0 - r0w) < 1e-6) && (fabs(h0 - r0h) < 1e-6)) {
298 if (r0w < 0 || r0h < 0) {
309 gdouble stroke_ratio_h = fabs(r0h) < 1e-6 ? 1 : (bbox_geom[Geom::Y].min() - bbox_visual[Geom::Y].min())/r0h;
321 } else if ((fabs(h0 - r0h) <
[all...]

Completed in 59 milliseconds