/dports/graphics/gimp-app/gimp-2.10.30/app/core/ |
H A D | gimppickable-contiguous-region.cc | 155 if (select_transparent) in gimp_pickable_contiguous_region_by_seed() 161 select_transparent = FALSE; in gimp_pickable_contiguous_region_by_seed() 166 select_transparent = FALSE; in gimp_pickable_contiguous_region_by_seed() 180 select_transparent, select_criterion, in gimp_pickable_contiguous_region_by_seed() 233 if (select_transparent) in gimp_pickable_contiguous_region_by_color() 238 select_transparent = FALSE; in gimp_pickable_contiguous_region_by_color() 243 select_transparent = FALSE; in gimp_pickable_contiguous_region_by_color() 277 select_transparent, in gimp_pickable_contiguous_region_by_color() 674 gboolean select_transparent, in pixel_difference() argument 683 if (select_transparent && has_alpha) in pixel_difference() [all …]
|
H A D | gimppickable-contiguous-region.h | 25 … gboolean select_transparent, 34 … gboolean select_transparent,
|
H A D | gimpchannel-select.h | 131 gboolean select_transparent, 144 gboolean select_transparent,
|
H A D | gimpchannel-select.c | 477 gboolean select_transparent, in gimp_channel_select_fuzzy() argument 503 select_transparent, in gimp_channel_select_fuzzy() 526 gboolean select_transparent, in gimp_channel_select_by_color() argument 552 select_transparent, in gimp_channel_select_by_color()
|
H A D | gimplineart.c | 82 gboolean select_transparent; member 96 gboolean select_transparent; member 684 gboolean select_transparent = FALSE; in gimp_line_art_prepare_async_func() local 690 if (data->select_transparent) in gimp_line_art_prepare_async_func() 720 select_transparent = TRUE; in gimp_line_art_prepare_async_func() 725 if (select_transparent) in gimp_line_art_prepare_async_func() 728 if (select_transparent) in gimp_line_art_prepare_async_func() 815 data->select_transparent = line_art->priv->select_transparent; in line_art_data_new() 953 if (select_transparent) in gimp_line_art_close() 966 if (! select_transparent) in gimp_line_art_close() [all …]
|
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/ |
H A D | gimpselectiontools_pdb.c | 115 gboolean select_transparent, in gimp_by_color_select_full() argument 133 GIMP_PDB_INT32, select_transparent, in gimp_by_color_select_full() 323 gboolean select_transparent, in gimp_fuzzy_select_full() argument 342 GIMP_PDB_INT32, select_transparent, in gimp_fuzzy_select_full()
|
H A D | gimpselectiontools_pdb.h | 54 gboolean select_transparent, 95 gboolean select_transparent,
|
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/ |
H A D | selection-tools-cmds.c | 113 gboolean select_transparent; in by_color_select_full_invoker() local 125 select_transparent = g_value_get_boolean (gimp_value_array_index (args, 9)); in by_color_select_full_invoker() 136 select_transparent, in by_color_select_full_invoker() 309 gboolean select_transparent; in fuzzy_select_full_invoker() local 322 select_transparent = g_value_get_boolean (gimp_value_array_index (args, 10)); in fuzzy_select_full_invoker() 334 select_transparent, in fuzzy_select_full_invoker()
|
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/ |
H A D | gimpregionselectoptions.c | 157 options->select_transparent = g_value_get_boolean (value); in gimp_region_select_options_set_property() 197 g_value_set_boolean (value, options->select_transparent); in gimp_region_select_options_get_property()
|
H A D | gimpregionselectoptions.h | 40 gboolean select_transparent; member
|
H A D | gimpfuzzyselecttool.c | 128 options->select_transparent, in gimp_fuzzy_select_tool_get_mask()
|
H A D | gimpbycolorselecttool.c | 137 options->select_transparent, in gimp_by_color_select_tool_get_mask()
|
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/ |
H A D | gimpselectioneditor.c | 288 options->select_transparent, in gimp_selection_view_button_press() 335 options->select_transparent, in gimp_selection_editor_drop_color()
|
/dports/graphics/gimp-app/gimp-2.10.30/ |
H A D | ChangeLog.pre-2-0 | 43411 fill_transparent/select_transparent parameter and pass it to the 43427 "select_transparent" to FALSE to get the old behaviour. Should
|