Searched defs:options (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/libdepixelize/ |
H A D | kopftracer2011.cpp | 82 const Options &options) 84 return to_voronoi(Gdk::Pixbuf::create_from_file(filename), options); 88 const Options &options) 92 = _voronoi<Precision, false>(buf, options); 106 return Splines(_voronoi<Precision, false>(buf, options)); 111 const Options &options) 113 return to_grouped_voronoi(Gdk::Pixbuf::create_from_file(filename), options); 117 const Options &options) 121 = _voronoi<Precision, false>(buf, options); 130 (buf, options)); 81 to_voronoi(const std::string &filename, const Options &options) argument 87 to_voronoi(const Glib::RefPtr<Gdk::Pixbuf const> &buf, const Options &options) argument 110 to_grouped_voronoi(const std::string &filename, const Options &options) argument 116 to_grouped_voronoi(const Glib::RefPtr<Gdk::Pixbuf const> &buf, const Options &options) argument 181 to_splines(const std::string &filename, const Options &options) argument 187 to_splines(const Glib::RefPtr<Gdk::Pixbuf const> &buf, const Options &options) argument 224 _voronoi(const Glib::RefPtr<Gdk::Pixbuf const> &buf, const Options &options) argument 434 _remove_crossing_edges_unsafe(PixelGraph &graph, T &edges, const Options &options) argument [all...] |
/inkscape/src/live_effects/ |
H A D | lpe-roughen.cpp | 61 handles(_("Handles"), _("Handles options"), "handles", HMConverter, &wr, 147 Gtk::Label *options = Gtk::manage(new Gtk::Label( local 148 Glib::ustring(_("<b>Options</b> Modify options to rough")), 150 options->set_use_markup(true); 151 vbox->pack_start(*options, false, false, 2);
|
/inkscape/src/ui/dialog/ |
H A D | pixelartdialog.cpp | 104 Tracer::Kopf2011::Options options(); 339 Tracer::Kopf2011::Options PixelArtDialogImpl::options() function in class:Inkscape::UI::Dialog::PixelArtDialogImpl 341 Tracer::Kopf2011::Options options; local 343 options.curvesMultiplier = curvesMultiplierSpinner.get_value(); 344 options.islandsWeight = islandsWeightSpinner.get_value_as_int(); 345 options.sparsePixelsMultiplier = sparsePixelsMultiplierSpinner.get_value(); 346 options.sparsePixelsRadius = sparsePixelsRadiusSpinner.get_value_as_int(); 348 options.optimize = optimizeRadioButton.get_active(); 350 options.optimize = false; 353 options [all...] |
/inkscape/src/ |
H A D | main.cpp | 297 struct poptOption options[] = { variable in typeref:struct:poptOption 875 poptContext ctx = poptGetContext(NULL, argc, argv, options, 0); 876 poptSetOtherOptionHelp(ctx, _("[OPTIONS...] [FILE...]\n\nAvailable options:")); 1321 poptContext ctx = poptGetContext(NULL, argc, const_cast<const gchar**>(argv), options, 0); 1322 poptSetOtherOptionHelp(ctx, _("[OPTIONS...] [FILE...]\n\nAvailable options:")); 1568 // set filename and dpi from options, if not yet set from the hints
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 17 Added use of self.options.engraving_newton_iterations to control accuracy 140 options = {} variable 1498 group = options.doc_root 1521 group = options.doc_root 1532 group = options.self.current_layer 1629 f = open(options.log_filename,"a") 1848 if "preview_groups" not in dir(options.self) : 2125 #inkex.etree.SubElement( options.doc_root, inkex.addNS('path','svg'), {"d": cubicsuperpath.formatPath(unclipped_offset), "style":"fill:none;stroke:#0f0;"} ) 2227 elif options.offset_draw_clippend_path : 2243 if options [all...] |
Completed in 411 milliseconds