Home
last modified time | relevance | path

Searched refs:GIMP_ICON_TOOL_PAINTBRUSH (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dtools-actions.c85 { "tools-paintbrush-size-set", GIMP_ICON_TOOL_PAINTBRUSH,
93 { "tools-paintbrush-aspect-ratio-set", GIMP_ICON_TOOL_PAINTBRUSH,
101 { "tools-paintbrush-angle-set", GIMP_ICON_TOOL_PAINTBRUSH,
109 { "tools-paintbrush-spacing-set", GIMP_ICON_TOOL_PAINTBRUSH,
117 { "tools-paintbrush-hardness-set", GIMP_ICON_TOOL_PAINTBRUSH,
125 { "tools-paintbrush-force-set", GIMP_ICON_TOOL_PAINTBRUSH,
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimppaintbrushtool.c61 GIMP_ICON_TOOL_PAINTBRUSH, in G_DEFINE_TYPE()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpicons.h62 #define GIMP_ICON_BRUSH GIMP_ICON_TOOL_PAINTBRUSH
375 #define GIMP_ICON_TOOL_PAINTBRUSH "gimp-tool-paintbrush" macro
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dchannel-options-dialog.c127 GIMP_ICON_TOOL_PAINTBRUSH, in channel_options_dialog_new()
H A Dlayer-options-dialog.c167 GIMP_ICON_TOOL_PAINTBRUSH, in layer_options_dialog_new()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdrawabletreeview.c121 item_view_class->lock_content_icon_name = GIMP_ICON_TOOL_PAINTBRUSH; in gimp_drawable_tree_view_class_init()
H A Dgimpdeviceinfo.c441 icon_name = GIMP_ICON_TOOL_PAINTBRUSH; in gimp_device_info_guess_icon()