Home
last modified time | relevance | path

Searched refs:gimp_value_get_channel (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dchannel-cmds.c145 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in channel_copy_invoker()
190 channel1 = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in channel_combine_masks_invoker()
191 channel2 = gimp_value_get_channel (gimp_value_array_index (args, 1), gimp); in channel_combine_masks_invoker()
221 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in channel_get_show_masked_invoker()
249 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in channel_set_show_masked_invoker()
274 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in channel_get_opacity_invoker()
302 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in channel_set_opacity_invoker()
327 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in channel_get_color_invoker()
356 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in channel_set_color_invoker()
H A Dselection-cmds.c487 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in selection_load_invoker()
556 channel = gimp_value_get_channel (gimp_value_array_index (args, 0), gimp); in selection_combine_invoker()
H A Dimage-cmds.c977 channel = gimp_value_get_channel (gimp_value_array_index (args, 1), gimp); in image_add_channel_invoker()
1012 channel = gimp_value_get_channel (gimp_value_array_index (args, 1), gimp); in image_insert_channel_invoker()
1013 parent = gimp_value_get_channel (gimp_value_array_index (args, 2), gimp); in image_insert_channel_invoker()
1052 channel = gimp_value_get_channel (gimp_value_array_index (args, 1), gimp); in image_remove_channel_invoker()
2030 active_channel = gimp_value_get_channel (gimp_value_array_index (args, 1), gimp); in image_set_active_channel_invoker()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpparamspecs.h407 GimpChannel * gimp_value_get_channel (const GValue *value,
H A Dgimpparamspecs.c1277 gimp_value_get_channel (const GValue *value, in gimp_value_get_channel() function