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

/inkscape/src/
H A Dattributes.cpp236 {SP_ATTR_K2, "k2"},
H A Dattributes.h237 SP_ATTR_K2, enumerator in enum:SPAttributeEnum
/inkscape/src/filters/
H A Dcomposite.cpp140 case SP_ATTR_K2:
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2895 _k2 = _settings->add_spinscale(0, SP_ATTR_K2, _("K2:"), -10, 10, 0.1, 0.01, 2, _("If the arithmetic operation is chosen, each result pixel is computed using the formula k1*i1*i2 + k2*i1 + k3*i2 + k4 where i1 and i2 are the pixel values of the first and second inputs respectively."));

Completed in 1074 milliseconds