Searched refs:SP_ATTR_TARGETY (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dattributes.cpp246 {SP_ATTR_TARGETY, "targetY"},
H A Dattributes.h247 SP_ATTR_TARGETY, enumerator in enum:SPAttributeEnum
/inkscape/src/filters/
H A Dconvolvematrix.cpp208 case SP_ATTR_TARGETY:
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2901 _convolve_target = _settings->add_multispinbutton(/*default x:*/ (double) 0, /*default y:*/ (double) 0, SP_ATTR_TARGETX, SP_ATTR_TARGETY, _("Target:"), 0, 4, 1, 1, 0, _("X coordinate of the target point in the convolve matrix. The convolution is applied to pixels around this point."), _("Y coordinate of the target point in the convolve matrix. The convolution is applied to pixels around this point."));

Completed in 22 milliseconds