/inkscape/src/extension/internal/filter/ |
H A D | image.h | 40 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 73 EdgeDetect::get_filter_text (Inkscape::Extension::Extension * ext) argument 81 const gchar *type = ext->get_param_enum("type"); 83 level << 1 / ext->get_param_float("level"); 93 if (ext->get_param_bool("inverted")) {
|
H A D | protrusions.h | 38 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 66 Snow::get_filter_text (Inkscape::Extension::Extension * ext) argument 71 drift << ext->get_param_float("drift");
|
H A D | bevels.h | 44 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 74 DiffuseLight::get_filter_text (Inkscape::Extension::Extension * ext) argument 86 smooth << ext->get_param_float("smooth"); 87 elevation << ext->get_param_int("elevation"); 88 azimuth << ext->get_param_int("azimuth"); 89 guint32 color = ext->get_param_color("color"); 124 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 155 MatteJelly::get_filter_text (Inkscape::Extension::Extension * ext) argument 168 smooth << ext->get_param_float("smooth"); 169 bright << ext 239 get_filter_text(Inkscape::Extension::Extension * ext) argument [all...] |
H A D | distort.h | 58 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 107 FeltFeather::get_filter_text (Inkscape::Extension::Extension * ext) argument 127 hblur << ext->get_param_float("hblur"); 128 vblur << ext->get_param_float("vblur"); 129 dilat << ext->get_param_float("dilat"); 130 erosion << -ext->get_param_float("erosion"); 132 turbulence << ext->get_param_enum("turbulence"); 133 hfreq << ext->get_param_float("hfreq") / 100; 134 vfreq << ext->get_param_float("vfreq") / 100; 135 complexity << ext 216 get_filter_text(Inkscape::Extension::Extension * ext) argument [all...] |
H A D | overlays.h | 47 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 91 NoiseFill::get_filter_text (Inkscape::Extension::Extension * ext) argument 108 type << ext->get_param_enum("type"); 109 hfreq << (ext->get_param_float("hfreq") / 1000); 110 vfreq << (ext->get_param_float("vfreq") / 1000); 111 complexity << ext->get_param_int("complexity"); 112 variation << ext->get_param_int("variation"); 113 dilat << ext->get_param_float("dilat"); 114 erosion << (- ext->get_param_float("erosion")); 115 guint32 color = ext [all...] |
H A D | shadows.h | 48 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 92 ColorizableDropShadow::get_filter_text (Inkscape::Extension::Extension * ext) argument 110 const gchar *type = ext->get_param_enum("type"); 111 guint32 color = ext->get_param_color("color"); 113 blur << ext->get_param_float("blur"); 114 x << ext->get_param_float("xoffset"); 115 y << ext->get_param_float("yoffset"); 123 if (ext->get_param_bool("objcolor")) { 131 if (ext->get_param_bool("objcolor")) {
|
H A D | textures.h | 52 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 102 InkBlot::get_filter_text (Inkscape::Extension::Extension * ext) argument 117 type << ext->get_param_enum("type"); 118 freq << ext->get_param_float("freq") / 100; 119 complexity << ext->get_param_int("complexity"); 120 variation << ext->get_param_int("variation"); 121 hblur << ext->get_param_float("hblur"); 122 vblur << ext->get_param_float("vblur"); 123 displacement << ext->get_param_float("displacement"); 124 blend << ext [all...] |
H A D | blurs.h | 45 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 74 Blur::get_filter_text (Inkscape::Extension::Extension * ext) argument 83 hblur << ext->get_param_float("hblur"); 84 vblur << ext->get_param_float("vblur"); 86 if (ext->get_param_bool("content")) { 116 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 143 CleanEdges::get_filter_text (Inkscape::Extension::Extension * ext) argument 149 blur << ext->get_param_float("blur"); 176 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 212 CrossBlur::get_filter_text (Inkscape::Extension::Extension * ext) argument 278 get_filter_text(Inkscape::Extension::Extension * ext) argument 362 get_filter_text(Inkscape::Extension::Extension * ext) argument [all...] |
H A D | bumps.h | 71 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 153 Bump::get_filter_text (Inkscape::Extension::Extension * ext) argument 177 simplifyImage << ext->get_param_float("simplifyImage"); 178 simplifyBump << ext->get_param_float("simplifyBump"); 179 red << ext->get_param_float("red"); 180 green << ext->get_param_float("green"); 181 blue << ext->get_param_float("blue"); 182 crop << ext->get_param_float("crop"); 183 blend << ext->get_param_enum("blend"); 185 guint32 lightingColor = ext 373 get_filter_text(Inkscape::Extension::Extension * ext) argument [all...] |
H A D | filter.cpp | 53 Inkscape::Extension::Implementation::ImplementationDocumentCache *Filter::newDocCache(Inkscape::Extension::Extension * /*ext*/, 59 gchar const *Filter::get_filter_text(Inkscape::Extension::Extension * /*ext*/) 65 Filter::get_filter (Inkscape::Extension::Extension * ext) { argument 66 gchar const * filter = get_filter_text(ext);
|
H A D | morphology.h | 49 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 87 Crosssmooth::get_filter_text (Inkscape::Extension::Extension * ext) argument 99 type << ext->get_param_enum("type"); 100 width << ext->get_param_float("width"); 101 level << ext->get_param_float("level"); 102 dilat << ext->get_param_float("dilat"); 103 erosion << (1 - ext->get_param_float("erosion")); 104 antialias << ext->get_param_float("antialias"); 106 if (ext->get_param_bool("content")) { 157 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 214 get_filter_text(Inkscape::Extension::Extension * ext) argument [all...] |
H A D | transparency.h | 44 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 81 Blend::get_filter_text (Inkscape::Extension::Extension * ext) argument 88 source << ext->get_param_enum("source"); 89 mode << ext->get_param_enum("mode"); 121 virtual gchar const * get_filter_text (Inkscape::Extension::Extension * ext); 151 ChannelTransparency::get_filter_text (Inkscape::Extension::Extension * ext) argument 161 red << ext->get_param_float("red"); 162 green << ext->get_param_float("green"); 163 blue << ext->get_param_float("blue"); 164 alpha << ext 225 get_filter_text(Inkscape::Extension::Extension * ext) argument 298 get_filter_text(Inkscape::Extension::Extension * ext) argument 361 get_filter_text(Inkscape::Extension::Extension * ext) argument [all...] |
/inkscape/src/extension/param/ |
H A D | description.cpp | 35 Inkscape::Extension::Extension * ext, 38 Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext), 29 ParamDescription(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml, AppearanceMode mode) argument
|
H A D | color.cpp | 55 ParamColor::ParamColor (const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml) : argument 56 Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext),
|
H A D | string.cpp | 79 ParamString::ParamString (const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml) : argument 80 Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext),
|
H A D | bool.cpp | 27 ParamBool::ParamBool(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml) : argument 28 Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext),
|
H A D | enum.cpp | 51 Inkscape::Extension::Extension *ext, Inkscape::XML::Node *xml) 52 : Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext) 49 ParamComboBox(const gchar *name, const gchar *guitext, const gchar *desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar *gui_tip, Inkscape::Extension::Extension *ext, Inkscape::XML::Node *xml) argument
|
H A D | float.cpp | 36 Inkscape::Extension::Extension * ext, 39 Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext), 30 ParamFloat(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml, AppearanceMode mode) argument
|
/inkscape/src/extension/internal/ |
H A D | cairo-ps-out.cpp | 132 Inkscape::Extension::Extension * ext; local 135 ext = Inkscape::Extension::db.get(SP_MODULE_KEY_PRINT_CAIRO_PS); 136 if (ext == NULL) 221 Inkscape::Extension::Extension * ext; local 224 ext = Inkscape::Extension::db.get(SP_MODULE_KEY_PRINT_CAIRO_EPS); 225 if (ext == NULL) 302 CairoPsOutput::textToPath(Inkscape::Extension::Print * ext) argument 304 return ext->get_param_bool("textToPath"); 308 CairoEpsOutput::textToPath(Inkscape::Extension::Print * ext) argument 310 return ext [all...] |
H A D | cairo-renderer-pdf-out.cpp | 132 Inkscape::Extension::Extension * ext; local 135 ext = Inkscape::Extension::db.get("org.inkscape.output.pdf.cairorenderer"); 136 if (ext == NULL) 192 new_exportCanvas = (strcmp(ext->get_param_optiongroup("area"), "page") == 0);
|
H A D | grid.cpp | 153 PrefAdjustment(Inkscape::Extension::Extension * ext, char * pref) : argument 154 Gtk::Adjustment(0.0, 0.0, 10.0, 0.1), _ext(ext), _pref(pref) {
|
H A D | latex-pstricks.cpp | 318 PrintLatex::textToPath(Inkscape::Extension::Print * ext) argument 320 return ext->get_param_bool("textToPath");
|
/inkscape/src/extension/plugins/grid2/ |
H A D | grid.cpp | 159 PrefAdjustment(Inkscape::Extension::Extension * ext, char * pref) : argument 160 Gtk::Adjustment(0.0, 0.0, 10.0, 0.1), _ext(ext), _pref(pref) {
|
/inkscape/src/ui/dialog/ |
H A D | extension-editor.cpp | 153 Inkscape::Extension::Extension * ext = Inkscape::Extension::db.get(id.c_str()); local 160 if (ext != NULL) { 161 info = ext->get_info_widget(); 162 help = ext->get_help_widget(); 163 params = ext->get_params_widget(); 207 * @param ext The extension to add. 210 Gtk::TreeModel::iterator ExtensionEditor::add_extension(Inkscape::Extension::Extension * ext) argument 217 row[_page_list_columns._col_name] = ext->get_name(); 218 row[_page_list_columns._col_id] = ext->get_id();
|
H A D | filedialog.cpp | 40 bool hasSuffix(const Glib::ustring &str, const Glib::ustring &ext) argument 43 int extLen = ext.length(); 50 if (ch != ext[extpos]) 53 static_cast<Glib::ustring::value_type>( g_ascii_tolower( static_cast<gchar>(0x07f & ch) ) ) != ext[extpos] ) 71 Glib::ustring ext = extensions[j]; local 72 if (hasSuffix(fileName, ext))
|