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

/inkscape/src/
H A Dsp-hatch-path.cpp135 double const aw = (ictx) ? 1.0 / ictx->i2vp.descrim() : 1.0; local
136 style->stroke_width.computed = style->stroke_width.value * aw;
H A Dsp-shape.cpp144 double const aw = 1.0 / ictx->i2vp.descrim(); local
145 this->style->stroke_width.computed = this->style->stroke_width.value * aw;

Completed in 24 milliseconds