Searched refs:optimize (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/libdepixelize/priv/
H A Dsplines-kopf2011.h39 Geom::Path worker_helper(const std::vector< Point<T> > &source1, bool optimize) argument
47 if ( optimize )
48 source = Tracer::optimize(source1);
94 Splines::Path &dest, bool optimize)
101 dest.pathVector.push_back(worker_helper(source.vertices, optimize));
106 dest.pathVector.push_back(worker_helper(*it, optimize));
140 bool optimize, int /*nthreads*/) :
150 worker<T>(*it, *paths_it, optimize);
93 worker(const typename HomogeneousSplines<T>::Polygon &source, Splines::Path &dest, bool optimize) argument
139 Splines(const HomogeneousSplines<T> &homogeneousSplines, bool optimize, int ) argument
H A Doptimization-kopf2011.h189 std::vector< Point<T> > optimize(const std::vector< Point<T> > &path) function in namespace:Tracer
/inkscape/src/libdepixelize/
H A Dkopftracer2011.h57 optimize(true),
68 bool optimize; member in struct:Tracer::Kopf2011::Options
75 * \p options.optimize and options.nthreads will be ignored
84 * \p options.optimize and options.nthreads will be ignored
92 * \p options.optimize and options.nthreads will be ignored
101 * \p options.optimize and options.nthreads will be ignored
H A Dsplines.h64 * The second level is enabled using \p optimize.
67 Splines(const HomogeneousSplines<T> &homogeneousSplines, bool optimize,
H A Dkopftracer2011.cpp207 Splines ret(splines, options.optimize, options.nthreads);
218 return Splines(splines, options.optimize, options.nthreads);
/inkscape/src/2geom/
H A Dsvg-path-writer.h71 * When set to true, the path writer will optimize the generated path data
108 std::string write_svg_path(PathVector const &pv, int prec = -1, bool optimize = false, bool shorthands = true);
H A Dsvg-path-writer.cpp193 // TODO: optimize the use of absolute / relative coords
274 std::string write_svg_path(PathVector const &pv, int prec, bool optimize, bool shorthands) argument
278 writer.setOptimize(optimize);
/inkscape/src/ui/dialog/
H A Dpixelartdialog.cpp348 options.optimize = optimizeRadioButton.get_active();
350 options.optimize = false;

Completed in 33 milliseconds