Searched refs:appendRelative (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/svg/
H A Dpath-string.h173 _rel_state.appendRelative(rx, _current_point[Geom::X]);
180 _rel_state.appendRelative(ry, _current_point[Geom::Y]);
187 _rel_state.appendRelative(rp, _current_point);
209 void appendRelative(Geom::Coord v, Geom::Coord r);
210 void appendRelative(Geom::Point p, Geom::Point r);
H A Dpath-string.cpp137 void Inkscape::SVG::PathString::State::appendRelative(Geom::Point p, Geom::Point r) { function in class:Inkscape::SVG::PathString::State
144 void Inkscape::SVG::PathString::State::appendRelative(Geom::Coord v, Geom::Coord r) { function in class:Inkscape::SVG::PathString::State

Completed in 14 milliseconds