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

/inkscape/src/
H A Dsp-linear-gradient.cpp36 this->x1.readOrUnset(value, SVGLength::PERCENT, 0.0, 0.0);
41 this->y1.readOrUnset(value, SVGLength::PERCENT, 0.0, 0.0);
46 this->x2.readOrUnset(value, SVGLength::PERCENT, 1.0, 1.0);
51 this->y2.readOrUnset(value, SVGLength::PERCENT, 0.0, 0.0);
H A Dsp-line.cpp48 this->x1.readOrUnset(value);
53 this->y1.readOrUnset(value);
58 this->x2.readOrUnset(value);
63 this->y2.readOrUnset(value);
H A Dsp-filter-primitive.cpp114 this->x.readOrUnset(value);
118 this->y.readOrUnset(value);
122 this->width.readOrUnset(value);
126 this->height.readOrUnset(value);
H A Dsp-marker.cpp135 this->refX.readOrUnset(value);
140 this->refY.readOrUnset(value);
145 this->markerWidth.readOrUnset(value, SVGLength::NONE, 3.0, 3.0);
150 this->markerHeight.readOrUnset(value, SVGLength::NONE, 3.0, 3.0);
167 orient.readOrUnset(value);
H A Dsp-filter.cpp156 this->x.readOrUnset(value);
160 this->y.readOrUnset(value);
164 this->width.readOrUnset(value);
168 this->height.readOrUnset(value);
H A Dsp-hatch.cpp179 _x.readOrUnset(value);
184 _y.readOrUnset(value);
189 _pitch.readOrUnset(value);
194 _rotate.readOrUnset(value);
H A Dsp-pattern.cpp155 this->_x.readOrUnset(value);
160 this->_y.readOrUnset(value);
165 this->_width.readOrUnset(value);
170 this->_height.readOrUnset(value);
H A Dsp-use.cpp112 this->x.readOrUnset(value);
117 this->y.readOrUnset(value);
122 this->width.readOrUnset(value, SVGLength::PERCENT, 1.0, 1.0);
127 this->height.readOrUnset(value, SVGLength::PERCENT, 1.0, 1.0);
H A Dsp-rect.cpp63 this->x.readOrUnset(value);
69 this->y.readOrUnset(value);
H A Dsp-hatch-path.cpp108 offset.readOrUnset(value);
H A Dsp-tspan.cpp289 this->startOffset.readOrUnset(value);
H A Dsp-text.cpp720 attributes.textLength.readOrUnset(value);
/inkscape/src/svg/
H A Dsvg-angle.h55 void readOrUnset(gchar const *str, Unit u = NONE, float v = 0, float c = 0);
H A Dsvg-length.h56 void readOrUnset(char const *str, Unit u = NONE, float v = 0, float c = 0);
H A Dsvg-angle.cpp70 void SVGAngle::readOrUnset(gchar const *str, Unit u, float v, float c) { function in class:SVGAngle
H A Dsvg-length-test.h59 len.readOrUnset(absolute_tests[i].str);
66 len.readOrUnset(relative_tests[i].str);
74 len.readOrUnset(fail_tests[i], SVGLength::INCH, 123, 456);
H A Dsvg-length.cpp584 void SVGLength::readOrUnset(gchar const *str, Unit u, float v, float c)

Completed in 28 milliseconds