Home
last modified time | relevance | path

Searched refs:feather_radius_x (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpchannel-select.h31 gdouble feather_radius_x,
42 gdouble feather_radius_x,
55 gdouble feather_radius_x,
69 gdouble feather_radius_x,
79 gdouble feather_radius_x,
88 gdouble feather_radius_x,
98 gdouble feather_radius_x,
111 gdouble feather_radius_x,
117 gdouble feather_radius_x,
123 gdouble feather_radius_x,
[all …]
H A Dgimpchannel-select.c84 feather_radius_x, in gimp_channel_select_rectangle()
106 gdouble feather_radius_x, in gimp_channel_select_ellipse() argument
133 feather_radius_x, in gimp_channel_select_ellipse()
186 feather_radius_x, in gimp_channel_select_round_rect()
239 feather_radius_x, in gimp_channel_select_scan_convert()
349 feather_radius_x, in gimp_channel_select_buffer()
424 feather_radius_x, in gimp_channel_select_alpha()
452 feather_radius_x, in gimp_channel_select_component()
515 feather_radius_x, in gimp_channel_select_fuzzy()
563 feather_radius_x, in gimp_channel_select_by_color()
[all …]
H A Dgimpitem.h134 gdouble feather_radius_x,
315 gdouble feather_radius_x,
H A Dgimpchannel.c132 gdouble feather_radius_x,
871 gdouble feather_radius_x, in gimp_channel_to_selection() argument
884 feather, feather_radius_x, feather_radius_x); in gimp_channel_to_selection()
H A Dgimplayer.c178 gdouble feather_radius_x,
1325 gdouble feather_radius_x, in gimp_layer_to_selection() argument
1334 feather, feather_radius_x, feather_radius_y); in gimp_layer_to_selection()
H A Dgimpitem.c1855 gdouble feather_radius_x, in gimp_item_to_selection() argument
1867 feather, feather_radius_x, feather_radius_y); in gimp_item_to_selection()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpselectiontools_pdb.c112 gdouble feather_radius_x, in gimp_by_color_select_full() argument
130 GIMP_PDB_FLOAT, feather_radius_x, in gimp_by_color_select_full()
320 gdouble feather_radius_x, in gimp_fuzzy_select_full() argument
339 GIMP_PDB_FLOAT, feather_radius_x, in gimp_fuzzy_select_full()
433 gdouble feather_radius_x, in gimp_round_rect_select() argument
452 GIMP_PDB_FLOAT, feather_radius_x, in gimp_round_rect_select()
H A Dgimpselectiontools_pdb.h51 gdouble feather_radius_x,
92 gdouble feather_radius_x,
117 gdouble feather_radius_x,
H A Dgimpcontext_pdb.h113 … gimp_context_get_feather_radius (gdouble *feather_radius_x,
115 … gimp_context_set_feather_radius (gdouble feather_radius_x,
H A Dgimppaths_pdb.c501 gdouble feather_radius_x, in gimp_path_to_selection() argument
515 GIMP_PDB_FLOAT, feather_radius_x, in gimp_path_to_selection()
H A Dgimppaths_pdb.h88 gdouble feather_radius_x,
H A Dgimpvectors_pdb.h127 … gdouble feather_radius_x,
H A Dgimpcontext_pdb.c2515 gimp_context_get_feather_radius (gdouble *feather_radius_x, in gimp_context_get_feather_radius() argument
2526 *feather_radius_x = 0.0; in gimp_context_get_feather_radius()
2533 *feather_radius_x = return_vals[1].data.d_float; in gimp_context_get_feather_radius()
2559 gimp_context_set_feather_radius (gdouble feather_radius_x, in gimp_context_set_feather_radius() argument
2568 GIMP_PDB_FLOAT, feather_radius_x, in gimp_context_set_feather_radius()
H A Dgimpvectors_pdb.c973 gdouble feather_radius_x, in gimp_vectors_to_selection() argument
986 GIMP_PDB_FLOAT, feather_radius_x, in gimp_vectors_to_selection()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dimage-select-cmds.c85 pdb_context->feather_radius_x, in image_select_color_invoker()
136 pdb_context->feather_radius_x, in image_select_contiguous_color_invoker()
179 pdb_context->feather_radius_x, in image_select_rectangle_invoker()
227 pdb_context->feather_radius_x, in image_select_round_rectangle_invoker()
269 pdb_context->feather_radius_x, in image_select_ellipse_invoker()
308 pdb_context->feather_radius_x, in image_select_polygon_invoker()
343 pdb_context->feather_radius_x, in image_select_item_invoker()
H A Dselection-tools-cmds.c110 gdouble feather_radius_x; in by_color_select_full_invoker() local
122 feather_radius_x = g_value_get_double (gimp_value_array_index (args, 6)); in by_color_select_full_invoker()
141 feather_radius_x, in by_color_select_full_invoker()
306 gdouble feather_radius_x; in fuzzy_select_full_invoker() local
319 feather_radius_x = g_value_get_double (gimp_value_array_index (args, 7)); in fuzzy_select_full_invoker()
340 feather_radius_x, in fuzzy_select_full_invoker()
410 gdouble feather_radius_x; in round_rect_select_invoker() local
423 feather_radius_x = g_value_get_double (gimp_value_array_index (args, 10)); in round_rect_select_invoker()
436 feather_radius_x, in round_rect_select_invoker()
H A Dgimppdbcontext.h44 gdouble feather_radius_x; member
H A Dgimppdbcontext.c305 options->feather_radius_x = g_value_get_double (value); in gimp_pdb_context_set_property()
373 g_value_set_double (value, options->feather_radius_x); in gimp_pdb_context_get_property()
H A Dpaths-cmds.c639 gdouble feather_radius_x; in path_to_selection_invoker() local
647 feather_radius_x = g_value_get_double (gimp_value_array_index (args, 5)); in path_to_selection_invoker()
659 feather_radius_x, in path_to_selection_invoker()
H A Dcontext-cmds.c2020 gdouble feather_radius_x = 0.0; in context_get_feather_radius_invoker() local
2024 "feather-radius-x", &feather_radius_x, in context_get_feather_radius_invoker()
2030 g_value_set_double (gimp_value_array_index (return_vals, 1), feather_radius_x); in context_get_feather_radius_invoker()
2045 gdouble feather_radius_x; in context_set_feather_radius_invoker() local
2048 feather_radius_x = g_value_get_double (gimp_value_array_index (args, 0)); in context_set_feather_radius_invoker()
2054 "feather-radius-x", feather_radius_x, in context_set_feather_radius_invoker()
H A Dvectors-cmds.c1115 gdouble feather_radius_x; in vectors_to_selection_invoker() local
1122 feather_radius_x = g_value_get_double (gimp_value_array_index (args, 4)); in vectors_to_selection_invoker()
1132 feather_radius_x, in vectors_to_selection_invoker()
H A Ddrawable-cmds.c999 pdb_context->feather_radius_x, in drawable_foreground_extract_invoker()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-vectors.c623 double feather_radius_x = 0.0, feather_radius_y = 0.0; in vectors_to_selection() local
631 &feather_radius_x, &feather_radius_y)) in vectors_to_selection()
637 gimp_context_set_feather_radius(feather_radius_x, feather_radius_y); in vectors_to_selection()
/dports/graphics/gimp-app/gimp-2.10.30/app/vectors/
H A Dgimpvectors.c138 gdouble feather_radius_x,
747 gdouble feather_radius_x, in gimp_vectors_to_selection() argument
757 feather, feather_radius_x, feather_radius_x, in gimp_vectors_to_selection()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-413256 gimp-round-rect-select. Added feather_radius_x and _y to