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

/inkscape/src/svg/
H A Dpath-string.cpp92 appendNumber(v);
97 appendNumber(p[Geom::X]);
99 appendNumber(p[Geom::Y]);
104 appendNumber(v, rv);
109 appendNumber(p[Geom::X], rp[Geom::X]);
111 appendNumber(p[Geom::Y], rp[Geom::Y]);
126 appendNumber(v, numericprecision, minexp);
128 appendNumber(-r, numericprecision, minexp);
130 appendNumber(v-r, numDigits, minexp);
149 void Inkscape::SVG::PathString::State::appendNumber(doubl function in class:Inkscape::SVG::PathString::State
158 void Inkscape::SVG::PathString::State::appendNumber(double v, double &rv, int precision, int minexp) { function in class:Inkscape::SVG::PathString::State
[all...]
H A Dpath-string.h227 void appendNumber(double v, int precision=numericprecision, int minexp=minimumexponent);
228 void appendNumber(double v, double &rv, int precision=numericprecision, int minexp=minimumexponent);

Completed in 20 milliseconds