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

/inkscape/src/widgets/
H A Dstroke-style.cpp929 double avgwidth = Inkscape::Util::Quantity::convert(query.stroke_width.computed, "px", unit); local
931 (*widthAdj)->set_value(avgwidth);
933 widthAdj->set_value(avgwidth);
/inkscape/src/
H A Ddesktop-style.cpp447 gdouble avgwidth = 0.0;
467 avgwidth += width;
473 return avgwidth / (objects.size() - n_notstroked);
748 gdouble avgwidth = 0.0; local
789 avgwidth += sw;
795 avgwidth /= (n_stroked);
797 style_res->stroke_width.computed = avgwidth;

Completed in 16 milliseconds