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

/inkscape/src/filters/
H A Doffset.cpp58 case SP_ATTR_DX:
/inkscape/src/
H A Dattributes.cpp200 {SP_ATTR_DX, "dx"},
277 //{SP_ATTR_DX, "dx"},
H A Dattributes.h201 SP_ATTR_DX, enumerator in enum:SPAttributeEnum
278 //SP_ATTR_DX,
H A Dsp-text.cpp699 // readSingleAttribute(SP_ATTR_DX, node->attribute("dx"));
716 case SP_ATTR_DX: attr_vector = &attributes.dx; update_x = true; break;
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2940 _settings->add_spinscale(0, SP_ATTR_DX, _("Delta X:"), -100, 100, 1, 0.01, 1, _("This is how far the input image gets shifted to the right"));

Completed in 34 milliseconds