Searched refs:SP_ATTR_Y (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/filters/
H A Dpointlight.cpp94 case SP_ATTR_Y:
H A Dspotlight.cpp103 case SP_ATTR_Y:
/inkscape/src/
H A Dattributes.cpp135 {SP_ATTR_Y, "y"},
H A Dattributes.h137 SP_ATTR_Y, enumerator in enum:SPAttributeEnum
H A Dsp-filter-primitive.cpp117 case SP_ATTR_Y:
H A Dsp-mesh.cpp43 case SP_ATTR_Y:
H A Dsp-root.cpp120 case SP_ATTR_Y:
H A Dsp-filter.cpp159 case SP_ATTR_Y:
H A Dsp-hatch.cpp183 case SP_ATTR_Y:
H A Dsp-image.cpp196 case SP_ATTR_Y:
H A Dsp-pattern.cpp159 case SP_ATTR_Y:
H A Dsp-rect.cpp68 case SP_ATTR_Y:
H A Dsp-use.cpp116 case SP_ATTR_Y:
H A Dsp-text.cpp698 // readSingleAttribute(SP_ATTR_Y, node->attribute("y"));
715 case SP_ATTR_Y: attr_vector = &attributes.y; update_y = true; break;
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp1200 _settings.add_multispinbutton(/*default x:*/ (double) 0, /*default y:*/ (double) 0, /*default z:*/ (double) 0, SP_ATTR_X, SP_ATTR_Y, SP_ATTR_Z, _("Location:"), -99999, 99999, 1, 100, 0, _("X coordinate"), _("Y coordinate"), _("Z coordinate"));
1203 _settings.add_multispinbutton(/*default x:*/ (double) 0, /*default y:*/ (double) 0, /*default z:*/ (double) 0, SP_ATTR_X, SP_ATTR_Y, SP_ATTR_Z, _("Location:"), -99999, 99999, 1, 100, 0, _("X coordinate"), _("Y coordinate"), _("Z coordinate"));
2875 _filter_general_settings->add_multispinbutton(/*default x:*/ (double) -0.1, /*default y:*/ (double) -0.1, SP_ATTR_X, SP_ATTR_Y, _("Coordinates:"), -100, 100, 0.01, 0.1, 2, _("X coordinate of the left corners of filter effects region"), _("Y coordinate of the upper corners of filter effects region"));

Completed in 1301 milliseconds