Searched refs:blendmode (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/widget/
H A Dobject-composite-settings.cpp125 const Glib::ustring blendmode = _fe_cb.get_blend_mode(); local
138 if (blendmode != "normal") {
139 SPFilter *filter = new_filter_simple_from_item(document, item, blendmode.c_str(), radius);
/inkscape/src/
H A Dfilter-chemistry.cpp260 new_filter_blend_gaussian_blur (SPDocument *document, const char *blendmode, gdouble radius, double expansion, argument
315 if(strcmp(blendmode, "normal")) {
319 b_repr->setAttribute("mode", blendmode);
/inkscape/src/ui/dialog/
H A Dobjects.h237 void _blendChangedIter(const Gtk::TreeIter& iter, Glib::ustring blendmode);
H A Dobjects.cpp1499 const Glib::ustring blendmode = _fe_cb.get_blend_mode(); local
1501 _tree.get_selection()->selected_foreach_iter(sigc::bind<Glib::ustring>(sigc::mem_fun(*this, &ObjectsPanel::_blendChangedIter), blendmode));
1509 * @param blendmode Blend mode to set
1511 void ObjectsPanel::_blendChangedIter(const Gtk::TreeIter& iter, Glib::ustring blendmode) argument
1521 if (blendmode != "normal") {
1533 SPFilter *filter = new_filter_simple_from_item(_document, item, blendmode.c_str(), radius);
/inkscape/src/extension/internal/filter/
H A Dpaint.h892 std::ostringstream blendmode; local
901 blendmode << ext->get_param_enum("blend");
948 "</filter>\n", blur1.str().c_str(), blur2.str().c_str(), blendmode.str().c_str(), presat.str().c_str(), table.str().c_str(), transf.str().c_str(), table.str().c_str(), transf.str().c_str(), table.str().c_str(), transf.str().c_str(), postsat.str().c_str(), antialias.str().c_str());

Completed in 290 milliseconds