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

/inkscape/src/svg/
H A Dpath-string.cpp114 // NOTE: The following appendRelativeCoord function will not be exact if the total number of digits needed
120 void Inkscape::SVG::PathString::State::appendRelativeCoord(Geom::Coord v, Geom::Coord r) { function in class:Inkscape::SVG::PathString::State
139 appendRelativeCoord(p[Geom::X], r[Geom::X]);
141 appendRelativeCoord(p[Geom::Y], r[Geom::Y]);
146 appendRelativeCoord(v, r);
H A Dpath-string.h229 void appendRelativeCoord(Geom::Coord v, Geom::Coord r);

Completed in 20 milliseconds