Home
last modified time | relevance | path

Searched refs:SP_GRADIENT_TYPE_RADIAL (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-gradient.h39 SP_GRADIENT_TYPE_RADIAL, enumerator
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Dgradient-toolbar.cpp64 sp_item_set_gradient(item, gr, SP_GRADIENT_TYPE_RADIAL, mode); in gr_apply_gradient_to_item()
564 mode == 0 ? SP_GRADIENT_TYPE_LINEAR : SP_GRADIENT_TYPE_RADIAL); in new_type_changed()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dgradient-chemistry.cpp154 } else if(type == SP_GRADIENT_TYPE_RADIAL) { in sp_gradient_get_private_normalized()
459 … gr = sp_gradient_fork_private_if_necessary(gr, gr->getVector(), SP_GRADIENT_TYPE_RADIAL, item); in sp_gradient_convert_to_userspace()
1388 (type == SP_GRADIENT_TYPE_RADIAL && SP_IS_RADIALGRADIENT(ps)) ) ) in sp_item_set_gradient()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dfill-style.cpp440 … : SP_GRADIENT_TYPE_RADIAL); in updateFromPaint()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dgradient-tool.cpp799 } else if (type == SP_GRADIENT_TYPE_RADIAL) { in sp_gradient_drag()