Searched refs:SVGAngle (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/svg/ |
H A D | svg-angle.cpp | 30 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 D | svg-angle.h | 20 class SVGAngle class 23 SVGAngle(); 40 // The value of this SVGAngle as found in the SVG.
|
/inkscape/src/ |
H A D | sp-marker.h | 64 SVGAngle orient;
|
H A D | sp-hatch.h | 151 SVGAngle _rotate;
|
Completed in 24 milliseconds