Home
last modified time | relevance | path

Searched refs:gimp_brush_get_spacing (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dbrushes-cmds.c115 spacing = gimp_brush_get_spacing (brush); in brushes_get_brush_invoker()
149 spacing = gimp_brush_get_spacing (brush); in brushes_get_spacing_invoker()
224 spacing = gimp_brush_get_spacing (brush); in brushes_get_brush_data_invoker()
H A Dbrush-cmds.c425 spacing = gimp_brush_get_spacing (brush); in brush_get_spacing_invoker()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpbrushfactoryview.c195 gimp_brush_get_spacing (brush)); in gimp_brush_factory_view_select_item()
221 gimp_brush_get_spacing (brush)); in gimp_brush_factory_view_spacing_changed()
H A Dgimpbrusheditor.c260 spacing = gimp_brush_get_spacing (GIMP_BRUSH (editor->data)); in gimp_brush_editor_set_data()
368 if (value != gimp_brush_get_spacing (GIMP_BRUSH (brush))) in gimp_brush_editor_update_brush()
449 value = gimp_brush_get_spacing (GIMP_BRUSH (brush)); in gimp_brush_editor_notify_brush()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpbrushes_pdb.h42 GIMP_DEPRECATED_FOR(gimp_brush_get_spacing)
H A Dgimpbrush_pdb.h56 gboolean gimp_brush_get_spacing (const gchar *name,
H A Dgimpbrush_pdb.c380 gimp_brush_get_spacing (const gchar *name, in gimp_brush_get_spacing() function
H A Dgimp.def17 gimp_brush_get_spacing
H A Dgimpbrushselectbutton.c453 gimp_brush_get_spacing (name, &spacing); in gimp_brush_select_button_set_brush()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpbrushgenerated-save.c80 gimp_brush_get_spacing (GIMP_BRUSH (brush)))); in gimp_brush_generated_save()
H A Dgimpbrush-save.c54 header.spacing = g_htonl (gimp_brush_get_spacing (brush)); in gimp_brush_save()
H A Dgimpbrush.h142 gint gimp_brush_get_spacing (GimpBrush *brush);
H A Dgimpbrush.c233 g_value_set_double (value, gimp_brush_get_spacing (brush)); in gimp_brush_get_property()
904 gimp_brush_get_spacing (GimpBrush *brush) in gimp_brush_get_spacing() function
H A Dgimpbrushgenerated.c294 gimp_brush_get_spacing (GIMP_BRUSH (src_brush))); in gimp_brush_generated_copy()
/dports/graphics/gimp-app/gimp-2.10.30/app/file-data/
H A Dfile-data-gih.c194 gimp_brush_get_spacing (GIMP_BRUSH (pipe))); in file_gih_pipe_to_image()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gfig/
H A Dgfig-style.c655 gimp_brush_get_spacing (style->brush_name, &style->brush_spacing); in gfig_read_gimp_style()
/dports/graphics/gimp-app/gimp-2.10.30/app/paint/
H A Dgimppaintoptions.c1134 "brush-spacing", (gdouble) gimp_brush_get_spacing (brush) / 100.0, in gimp_paint_options_set_default_brush_spacing()