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

/inkscape/src/
H A Ddesktop-style.cpp824 gdouble avgml = 0.0; local
851 avgml += style->stroke_miterlimit.value;
855 avgml /= (n_stroked);
858 style_res->stroke_miterlimit.value = avgml;

Completed in 22 milliseconds