Searched refs:SP_ATTR_DY (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/filters/
H A Doffset.cpp66 case SP_ATTR_DY:
/inkscape/src/
H A Dattributes.cpp201 {SP_ATTR_DY, "dy"},
278 //{SP_ATTR_DY, "dy"},
H A Dattributes.h202 SP_ATTR_DY, enumerator in enum:SPAttributeEnum
279 //SP_ATTR_DY,
H A Dsp-text.cpp700 // 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 Dfilter-effects-dialog.cpp2941 _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