Home
last modified time | relevance | path

Searched refs:GIMP_COLOR_PICK_TARGET_FOREGROUND (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpcolorpickertool.c138 color_tool->pick_target = GIMP_COLOR_PICK_TARGET_FOREGROUND; in gimp_color_picker_tool_init()
208 case GIMP_COLOR_PICK_TARGET_FOREGROUND: in gimp_color_picker_tool_modifier_key()
216 "pick-target", GIMP_COLOR_PICK_TARGET_FOREGROUND, in gimp_color_picker_tool_modifier_key()
261 case GIMP_COLOR_PICK_TARGET_FOREGROUND: in gimp_color_picker_tool_oper_update()
H A Dgimppaintbrushtool.c82 GIMP_COLOR_PICK_TARGET_FOREGROUND); in gimp_paintbrush_tool_init()
H A Dgimpinktool.c96 GIMP_COLOR_PICK_TARGET_FOREGROUND); in gimp_ink_tool_init()
H A Dgimpsmudgetool.c77 GIMP_COLOR_PICK_TARGET_FOREGROUND); in gimp_smudge_tool_init()
H A Dgimpcolortool.c377 case GIMP_COLOR_PICK_TARGET_FOREGROUND: in gimp_color_tool_cursor_update()
501 if (color_tool->pick_target == GIMP_COLOR_PICK_TARGET_FOREGROUND || in gimp_color_tool_real_picked()
561 case GIMP_COLOR_PICK_TARGET_FOREGROUND: in gimp_color_tool_real_picked()
H A Dgimpmybrushtool.c104 GIMP_COLOR_PICK_TARGET_FOREGROUND); in gimp_mybrush_tool_init()
H A Dgimpcolorpickeroptions.c82 GIMP_COLOR_PICK_TARGET_FOREGROUND, in G_DEFINE_TYPE()
H A Dgimpbucketfilltool.c262 GIMP_COLOR_PICK_TARGET_BACKGROUND : GIMP_COLOR_PICK_TARGET_FOREGROUND; in gimp_bucket_fill_tool_constructed()
765 case GIMP_COLOR_PICK_TARGET_FOREGROUND: in gimp_bucket_fill_tool_modifier_key()
900 GIMP_COLOR_TOOL (tool)->pick_target = GIMP_COLOR_PICK_TARGET_FOREGROUND; in gimp_bucket_fill_tool_options_notify()
H A Dgimppainttool.c460 case GIMP_COLOR_PICK_TARGET_FOREGROUND: in gimp_paint_tool_modifier_key()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dwidgets-enums.c106 { GIMP_COLOR_PICK_TARGET_FOREGROUND, "GIMP_COLOR_PICK_TARGET_FOREGROUND", "foreground" }, in gimp_color_pick_target_get_type()
115 { GIMP_COLOR_PICK_TARGET_FOREGROUND, NC_("color-pick-target", "Set foreground color"), NULL }, in gimp_color_pick_target_get_type()
H A Dwidgets-enums.h67 GIMP_COLOR_PICK_TARGET_FOREGROUND, /*< desc="Set foreground color" >*/ enumerator
H A Dgimpgradienteditor.c1106 GIMP_COLOR_PICK_TARGET_FOREGROUND, in view_events()
1136 GIMP_COLOR_PICK_TARGET_FOREGROUND, in view_events()
1203 GIMP_COLOR_PICK_TARGET_FOREGROUND, in view_events()
1284 if (pick_target == GIMP_COLOR_PICK_TARGET_FOREGROUND) in view_pick_color()