Searched refs:get_param_enum (Results 1 - 18 of 18) sorted by relevance

/inkscape/src/extension/internal/filter/
H A Dtextures.h117 type << ext->get_param_enum("type");
126 const gchar *ope = ext->get_param_enum("stroke");
133 stroke << ext->get_param_enum("stroke");
H A Ddistort.h132 turbulence << ext->get_param_enum("turbulence");
139 stroke << ext->get_param_enum("stroke");
141 const gchar *maptype = ext->get_param_enum("type");
227 type << ext->get_param_enum("type");
H A Dbumps.h183 blend << ext->get_param_enum("blend");
194 const gchar *lightType = ext->get_param_enum("lightType");
211 const gchar *lightSource = ext->get_param_enum("lightSource");
416 background << ext->get_param_enum("background");
442 lightingblend << ext->get_param_enum("lightingblend");
443 highlightblend << ext->get_param_enum("highlightblend");
444 transparency << ext->get_param_enum("transparency");
H A Dimage.h81 const gchar *type = ext->get_param_enum("type");
H A Dcolor.h298 type << ext->get_param_enum("type");
455 blend1 << ext->get_param_enum("blend1");
456 blend2 << ext->get_param_enum("blend2");
527 const gchar *type = ext->get_param_enum("type");
636 const gchar *swaptype = ext->get_param_enum("swap");
746 blend << ext->get_param_enum("blend");
748 const gchar *channel = ext->get_param_enum("source");
845 const gchar *fadeto = ext->get_param_enum("fadeto");
1032 switch (atoi(ext->get_param_enum("channels"))) {
1056 switch (atoi(ext->get_param_enum("channel
[all...]
H A Dmorphology.h99 type << ext->get_param_enum("type");
257 const gchar *position = ext->get_param_enum("position");
281 c2op << ext->get_param_enum("type");
H A Dpaint.h157 dblend << ext->get_param_enum("dblend");
176 gblend << ext->get_param_enum("gblend");
526 type << ext->get_param_enum("type");
622 type << ext->get_param_enum("type");
623 blend << ext->get_param_enum("blend");
762 type << ext->get_param_enum("type");
768 blend << ext->get_param_enum("blend");
900 table << ext->get_param_enum("table");
901 blendmode << ext->get_param_enum("blend");
910 const gchar *effecttype = ext->get_param_enum("typ
[all...]
H A Doverlays.h108 type << ext->get_param_enum("type");
H A Dshadows.h110 const gchar *type = ext->get_param_enum("type");
H A Dblurs.h226 blend << ext->get_param_enum("blend");
389 blend << ext->get_param_enum("blend");
H A Dtransparency.h88 source << ext->get_param_enum("source");
89 mode << ext->get_param_enum("mode");
/inkscape/src/extension/internal/bitmap/
H A DaddNoise.cpp35 _noiseTypeName = module->get_param_enum("noiseType");
H A Dchannel.cpp38 _layerName = module->get_param_enum("layer");
H A DlevelChannel.cpp39 _channelName = module->get_param_enum("channel");
/inkscape/src/extension/internal/
H A Dcairo-ps-out.cpp141 const gchar *new_level = mod->get_param_enum("PSlevel");
230 const gchar *new_level = mod->get_param_enum("PSlevel");
H A Dcairo-renderer-pdf-out.cpp141 const gchar *new_level = mod->get_param_enum("PDFversion");
/inkscape/src/extension/
H A Dextension.h239 const gchar * get_param_enum (const gchar * name,
H A Dextension.cpp444 Extension::get_param_enum (const gchar * name, const SPDocument * doc, const Inkscape::XML::Node * node) const function in class:Inkscape::Extension::Extension

Completed in 65 milliseconds