Lines Matching defs:computed
30 static bool sp_svg_angle_read_lff(gchar const *str, SVGAngle::Unit &unit, float &val, float &computed);
36 , computed(0)
58 computed = c;
67 computed = c;
76 static bool sp_svg_angle_read_lff(gchar const *str, SVGAngle::Unit &unit, float &val, float &computed)
92 computed = v;
101 computed = v;
108 computed = v;
112 computed = Inkscape::Util::Quantity::convert(v, "grad", "°");
116 computed = Inkscape::Util::Quantity::convert(v, "rad", "°");
120 computed = Inkscape::Util::Quantity::convert(v, "turn", "°");