Searched refs:readOrUnset (Results 1 - 17 of 17) sorted by relevance
/inkscape/src/ |
H A D | sp-linear-gradient.cpp | 36 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 D | sp-line.cpp | 48 this->x1.readOrUnset(value); 53 this->y1.readOrUnset(value); 58 this->x2.readOrUnset(value); 63 this->y2.readOrUnset(value);
|
H A D | sp-filter-primitive.cpp | 114 this->x.readOrUnset(value); 118 this->y.readOrUnset(value); 122 this->width.readOrUnset(value); 126 this->height.readOrUnset(value);
|
H A D | sp-marker.cpp | 135 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 D | sp-filter.cpp | 156 this->x.readOrUnset(value); 160 this->y.readOrUnset(value); 164 this->width.readOrUnset(value); 168 this->height.readOrUnset(value);
|
H A D | sp-hatch.cpp | 179 _x.readOrUnset(value); 184 _y.readOrUnset(value); 189 _pitch.readOrUnset(value); 194 _rotate.readOrUnset(value);
|
H A D | sp-pattern.cpp | 155 this->_x.readOrUnset(value); 160 this->_y.readOrUnset(value); 165 this->_width.readOrUnset(value); 170 this->_height.readOrUnset(value);
|
H A D | sp-use.cpp | 112 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 D | sp-rect.cpp | 63 this->x.readOrUnset(value); 69 this->y.readOrUnset(value);
|
H A D | sp-hatch-path.cpp | 108 offset.readOrUnset(value);
|
H A D | sp-tspan.cpp | 289 this->startOffset.readOrUnset(value);
|
H A D | sp-text.cpp | 720 attributes.textLength.readOrUnset(value);
|
/inkscape/src/svg/ |
H A D | svg-angle.h | 55 void readOrUnset(gchar const *str, Unit u = NONE, float v = 0, float c = 0);
|
H A D | svg-length.h | 56 void readOrUnset(char const *str, Unit u = NONE, float v = 0, float c = 0);
|
H A D | svg-angle.cpp | 70 void SVGAngle::readOrUnset(gchar const *str, Unit u, float v, float c) { function in class:SVGAngle
|
H A D | svg-length-test.h | 59 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 D | svg-length.cpp | 584 void SVGLength::readOrUnset(gchar const *str, Unit u, float v, float c)
|
Completed in 28 milliseconds