Searched refs:SP_ATTR_SURFACESCALE (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | attributes.cpp | 251 {SP_ATTR_SURFACESCALE, "surfaceScale"},
|
H A D | attributes.h | 252 SP_ATTR_SURFACESCALE, enumerator in enum:SPAttributeEnum 281 //SP_ATTR_SURFACESCALE,
|
/inkscape/src/filters/ |
H A D | diffuselighting.cpp | 84 case SP_ATTR_SURFACESCALE:
|
H A D | specularlighting.cpp | 87 case SP_ATTR_SURFACESCALE:
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2912 _settings->add_spinscale(1, SP_ATTR_SURFACESCALE, _("Surface Scale:"), -5, 5, 0.01, 0.001, 3, _("This value amplifies the heights of the bump map defined by the input alpha channel")); 2945 _settings->add_spinscale(1, SP_ATTR_SURFACESCALE, _("Surface Scale:"), -5, 5, 0.1, 0.01, 2, _("This value amplifies the heights of the bump map defined by the input alpha channel"));
|
Completed in 31 milliseconds