Lines Matching defs:unit
30 static bool sp_svg_angle_read_lff(gchar const *str, SVGAngle::Unit &unit, float &val, float &computed);
34 , unit(NONE)
56 unit = u;
65 unit = u;
76 static bool sp_svg_angle_read_lff(gchar const *str, SVGAngle::Unit &unit, float &val, float &computed)
90 unit = SVGAngle::NONE;
96 return false; // spaces between value and unit are not allowed
99 unit = SVGAngle::NONE;
106 unit = SVGAngle::DEG;
110 unit = SVGAngle::GRAD;
114 unit = SVGAngle::RAD;
118 unit = SVGAngle::TURN;