Home
last modified time | relevance | path

Searched refs:AUTO_REGION (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-filter.cpp75 this->readAttr(SPAttr::AUTO_REGION); in build()
167 case SPAttr::AUTO_REGION: in set()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dattributes.h537 AUTO_REGION, enumerator
H A Dattributes.cpp535 {SPAttr::AUTO_REGION, "inkscape:auto-region"},
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2772 …auto _region_auto = _filter_general_settings->add_checkbutton(true, SPAttr::AUTO_REGION, _("Automa… in init_settings_widgets()