Home
last modified time | relevance | path

Searched refs:GIMP_REPEAT_NONE (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/paint/
H A Dgimppaintoptions.c69 #define DEFAULT_FADE_REPEAT GIMP_REPEAT_NONE
74 #define DEFAULT_GRADIENT_REPEAT GIMP_REPEAT_NONE
950 if (fade_options->fade_repeat == GIMP_REPEAT_NONE && pos >= DYNAMIC_MAX_VALUE) in gimp_paint_options_get_fade()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpgradienttool.c552 if (node_repeat != GIMP_REPEAT_NONE) in gimp_gradient_tool_options_notify()
554 "gradient-repeat", GIMP_REPEAT_NONE, in gimp_gradient_tool_options_notify()
659 "gradient-repeat", GIMP_REPEAT_NONE, in gimp_gradient_tool_start()
/dports/graphics/gimp-app/gimp-2.10.30/pdb/
H A Denums.pl520 mapping => { GIMP_REPEAT_NONE => '0',
/dports/graphics/gimp-app/gimp-2.10.30/app/operations/
H A Dgimpoperationgradient.c269 GIMP_REPEAT_NONE, in G_DEFINE_TYPE()
968 case GIMP_REPEAT_NONE: in gradient_render_pixel()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpbaseenums.h1204 GIMP_REPEAT_NONE, /*< desc="None (extend)" >*/ enumerator
H A Dgimpbaseenums.c1538 { GIMP_REPEAT_NONE, "GIMP_REPEAT_NONE", "none" }, in gimp_repeat_mode_get_type()
1547 { GIMP_REPEAT_NONE, NC_("repeat-mode", "None (extend)"), NULL }, in gimp_repeat_mode_get_type()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dedit-cmds.c1539 GIMP_REPEAT_NONE, in register_edit_procs()
H A Dcontext-cmds.c4522 GIMP_REPEAT_NONE, in register_context_procs()
4546 GIMP_REPEAT_NONE, in register_context_procs()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gfig/
H A Dgfig-dialog.c1914 gimp_context_set_gradient_repeat_mode (GIMP_REPEAT_NONE); in paint_layer_fill()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-01073 GIMP_REPEAT_NONE. Seems more appropriate for the blend tool.