Searched defs:Output (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/
H A Doutput.cpp17 /* Inkscape::Extension::Output */
38 Output::Output (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp) : Extension(in_repr, in_imp) function in class:Inkscape::Extension::Output
98 Output::~Output (void)
116 Output::check (void)
131 Output::get_mimetype(void)
141 Output::get_extension(void)
151 Output::get_filetypename(void)
164 Output
[all...]
H A Doutput.h22 class Output : public Extension { class in namespace:Inkscape::Extension
35 Output (Inkscape::XML::Node * in_repr,
37 virtual ~Output (void);
/inkscape/src/ui/dialog/
H A Dpixelartdialog.cpp84 struct Output struct in class:Inkscape::UI::Dialog::PixelArtDialogImpl
86 Output(Tracer::Splines splines, SVGLength x, SVGLength y) : function in struct:Inkscape::UI::Dialog::PixelArtDialogImpl::Output
108 void importOutput(const Output &out);
165 std::vector<Output> output;
264 // Output
267 voronoiRadioButton.set_tooltip_text(_("Output composed of straight lines"));
289 outputFrame.set_label(_("Output"));
433 output.push_back(Output(Tracer::Kopf2011::to_voronoi(input.pixbuf,
437 output.push_back(Output(Tracer::Kopf2011::to_splines(input.pixbuf,
443 void PixelArtDialogImpl::importOutput(const Output
[all...]

Completed in 155 milliseconds