Searched refs:SP_ATTR_DIVISOR (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dattributes.cpp243 {SP_ATTR_DIVISOR, "divisor"},
H A Dattributes.h244 SP_ATTR_DIVISOR, enumerator in enum:SPAttributeEnum
/inkscape/src/filters/
H A Dconvolvematrix.cpp152 case SP_ATTR_DIVISOR:
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2905 _settings->add_spinscale(0, SP_ATTR_DIVISOR, _("Divisor:"), 0, 1000, 1, 0.1, 2, _("After applying the kernelMatrix to the input image to yield a number, that number is divided by divisor to yield the final destination color value. A divisor that is the sum of all the matrix values tends to have an evening effect on the overall color intensity of the result."));

Completed in 63 milliseconds