Searched refs:SP_ATTR_DY (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/filters/ |
H A D | offset.cpp | 66 case SP_ATTR_DY:
|
/inkscape/src/ |
H A D | attributes.cpp | 201 {SP_ATTR_DY, "dy"}, 278 //{SP_ATTR_DY, "dy"},
|
H A D | attributes.h | 202 SP_ATTR_DY, enumerator in enum:SPAttributeEnum 279 //SP_ATTR_DY,
|
H A D | sp-text.cpp | 700 // readSingleAttribute(SP_ATTR_DY, node->attribute("dy")); 717 case SP_ATTR_DY: attr_vector = &attributes.dy; update_y = true; break;
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2941 _settings->add_spinscale(0, SP_ATTR_DY, _("Delta Y:"), -100, 100, 1, 0.01, 1, _("This is how far the input image gets shifted downwards"));
|
Completed in 4893 milliseconds