Searched refs:_precision (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/extension/param/
H A Dfloat.h50 float precision (void) { return _precision; }
66 int _precision; member in class:Inkscape::Extension::ParamFloat
H A Dfloat.cpp60 _precision = 1;
63 _precision = atoi(precision);
189 UI::Widget::SpinScale *scale = new UI::Widget::SpinScale(_(_text), fadjust, _precision);
202 Inkscape::UI::Widget::SpinButton * spin = Gtk::manage(new Inkscape::UI::Widget::SpinButton(fadjust, 0.1, _precision));
204 Inkscape::UI::Widget::SpinButton * spin = Gtk::manage(new Inkscape::UI::Widget::SpinButton(*fadjust, 0.1, _precision));
/inkscape/src/2geom/
H A Dsvg-path-writer.cpp47 , _precision(-1)
242 _precision = prec;
247 _ns << std::setprecision(_precision);
262 if (_precision < 0) {
H A Dsvg-path-writer.h102 int _precision; member in class:Geom::SVGPathWriter
H A Dpathvector.cpp160 , _precision(precision)
184 std::vector<PathIntersection> px = ii->path->intersect(*i->path, _precision);
214 Coord _precision; member in class:Geom::PathIntersectionSweepSet
H A Dpath.cpp494 , _precision(precision)
526 std::vector<CurveIntersection> cx = ii->curve->intersect(*i->curve, _precision);
554 Coord _precision;

Completed in 55 milliseconds