Searched refs:SP_ATTR_DX (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/filters/ |
H A D | offset.cpp | 58 case SP_ATTR_DX:
|
/inkscape/src/ |
H A D | attributes.cpp | 200 {SP_ATTR_DX, "dx"}, 277 //{SP_ATTR_DX, "dx"},
|
H A D | attributes.h | 201 SP_ATTR_DX, enumerator in enum:SPAttributeEnum 278 //SP_ATTR_DX,
|
H A D | sp-text.cpp | 699 // 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 D | filter-effects-dialog.cpp | 2940 _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