Home
last modified time | relevance | path

Searched refs:GRADIENT_RADIAL (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dfade-alpha796 ($direction == 4 ? GRADIENT_RADIAL : GRADIENT_LINEAR),
H A Dexample-no-fu815 ($direction == 4 ? GRADIENT_RADIAL : GRADIENT_LINEAR),
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dgradient.hh49 GRADIENT_RADIAL enumerator
201 case GRADIENT_RADIAL: in render()
H A Dgradient.cc62 gradient_type.add_enum_value(GRADIENT_RADIAL,"radial",_("Radial")); in GradientPar()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/
H A Dsphere.py77 pdb.gimp_edit_blend(drawable, FG_BG_RGB_MODE, NORMAL_MODE, GRADIENT_RADIAL,
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r_cairo.h31 #define GRADIENT_RADIAL "gradient_radial" macro
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r_cairo.h31 #define GRADIENT_RADIAL "gradient_radial" macro
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r_cairo.h31 #define GRADIENT_RADIAL "gradient_radial" macro
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/cairogradient/
H A Dcairogradient.c278 if (strcmp(inst->pattern, GRADIENT_RADIAL) == 0) in draw_gradient()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/cairogradient/
H A Dcairogradient.c278 if (strcmp(inst->pattern, GRADIENT_RADIAL) == 0) in draw_gradient()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/cairogradient/
H A Dcairogradient.c278 if (strcmp(inst->pattern, GRADIENT_RADIAL) == 0) in draw_gradient()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h96 #define GRADIENT_RADIAL 0x12 macro
/dports/graphics/p5-Gimp/Gimp-2.33/
H A DChanges583 - examples/fade-alpha: s/RADIAL/GRADIENT_RADIAL/ fixes bug #141444