Home
last modified time | relevance | path

Searched refs:GIMP_TYPE_BRUSH_TOOL (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpbrushtool.h25 #define GIMP_TYPE_BRUSH_TOOL (gimp_brush_tool_get_type ()) macro
26 #define GIMP_BRUSH_TOOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_BRUSH_TOOL, G…
27 #define GIMP_BRUSH_TOOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GIMP_TYPE_BRUSH_TOOL, Gi…
28 #define GIMP_IS_BRUSH_TOOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GIMP_TYPE_BRUSH_TOOL))
29 #define GIMP_IS_BRUSH_TOOL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_BRUSH_TOOL))
30 #define GIMP_BRUSH_TOOL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_BRUSH_TOOL, Gi…
H A Dgimppaintbrushtool.c44 G_DEFINE_TYPE (GimpPaintbrushTool, gimp_paintbrush_tool, GIMP_TYPE_BRUSH_TOOL) in G_DEFINE_TYPE() argument
H A Dgimpsmudgetool.c42 G_DEFINE_TYPE (GimpSmudgeTool, gimp_smudge_tool, GIMP_TYPE_BRUSH_TOOL) in G_DEFINE_TYPE() argument
H A Dgimperasertool.c57 G_DEFINE_TYPE (GimpEraserTool, gimp_eraser_tool, GIMP_TYPE_BRUSH_TOOL) in G_DEFINE_TYPE() argument
H A Dgimpdodgeburntool.c60 G_DEFINE_TYPE (GimpDodgeBurnTool, gimp_dodge_burn_tool, GIMP_TYPE_BRUSH_TOOL) in G_DEFINE_TYPE() argument
H A Dgimpconvolvetool.c60 G_DEFINE_TYPE (GimpConvolveTool, gimp_convolve_tool, GIMP_TYPE_BRUSH_TOOL) in G_DEFINE_TYPE() argument
H A Dgimppaintoptions-gui.c150 if (g_type_is_a (tool_type, GIMP_TYPE_BRUSH_TOOL)) in gimp_paint_options_gui()
249 if (g_type_is_a (tool_type, GIMP_TYPE_BRUSH_TOOL)) in gimp_paint_options_gui()
H A Dgimpsourcetool.c89 G_DEFINE_TYPE (GimpSourceTool, gimp_source_tool, GIMP_TYPE_BRUSH_TOOL) in G_DEFINE_TYPE() argument
H A Dgimpperspectiveclonetool.c134 GIMP_TYPE_BRUSH_TOOL) in G_DEFINE_TYPE() argument