Lines Matching refs:blur
33 #include "filters/gaussian-blur.h"
456 * @param blur Blur value to use
530 //Get the blur value
539 //Set the blur value
610 * @param blur
1517 //Since blur and blend are both filters, we need to set both at the same time
1552 * Callback for when the blur value has changed
1558 DocumentUndo::maybeDone(_document, "blur", SP_VERB_DIALOG_OBJECTS, _("Set object blur"));
1563 * Sets the blur value for the selected items in the tree
1565 * @param blur Blur value to set
1567 void ObjectsPanel::_blurChangedIter(const Gtk::TreeIter& iter, double blur)
1573 //Since blur and blend are both filters, we need to set both at the same time
1580 radius = blur * perimeter / 400;