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

/inkscape/src/svg/
H A Dsvg-angle.cpp30 static bool sp_svg_angle_read_lff(gchar const *str, SVGAngle::Unit &unit, float &val, float &computed);
32 SVGAngle::SVGAngle() function in class:SVGAngle
42 bool SVGAngle::read(gchar const *str)
48 SVGAngle::Unit u;
63 void SVGAngle::unset(SVGAngle::Unit u, float v, float c) {
70 void SVGAngle::readOrUnset(gchar const *str, Unit u, float v, float c) {
76 static bool sp_svg_angle_read_lff(gchar const *str, SVGAngle::Unit &unit, float &val, float &computed)
90 unit = SVGAngle
[all...]
H A Dsvg-angle.h20 class SVGAngle class
23 SVGAngle();
40 // The value of this SVGAngle as found in the SVG.
/inkscape/src/
H A Dsp-marker.h64 SVGAngle orient;
H A Dsp-hatch.h151 SVGAngle _rotate;

Completed in 24 milliseconds