MCPcopy Create free account

hub / github.com/GNOME/gimp / functions

Functions25,722 in github.com/GNOME/gimp

↓ 28 callersFunctiongimp_display_shell_get_statusbar
app/display/gimpdisplayshell.c:1495
↓ 28 callersFunctiongimp_drawable_append_new_filter
* gimp_drawable_append_new_filter: (skip) * @drawable: The #GimpDrawable. * @operation_name: The GEGL operation's name. * @name: Th
libgimp/gimpdrawable.c:528
↓ 28 callersFunctiongimp_drawable_filter_apply
app/core/gimpdrawablefilter.c:1408
↓ 28 callersFunctiongimp_image_get_display_name
app/core/gimpimage.c:2999
↓ 28 callersFunctiongimp_item_translate
* gimp_item_translate: * @item: The #GimpItem to move. * @offset_x: Increment to the X offset of the item. * @offset_y: Increment to the Y o
app/core/gimpitem.c:1309
↓ 28 callersFunctiongimp_palette_set_colormap
* gimp_palette_set_colormap: * @palette: The palette. * @format: The desired color format. * @colormap (array length=num_bytes): The new colormap v
libgimp/gimppalette.c:115
↓ 28 callersFunctiongimp_param_spec_unit
* gimp_param_spec_unit: * @name: Canonical name of the param * @nick: Nickname of the param * @blurb: Brief description o
libgimpbase/gimpunit.c:1064
↓ 28 callersFunctiongimp_pdb_is_canonical_procedure
app/pdb/gimppdb-utils.c:763
↓ 28 callersFunctiongimp_pdb_lookup_procedure
* gimp_pdb_lookup_procedure: * @pdb: A #GimpPDB instance. * @procedure_name: A procedure name * * This function returns the [class@Proc
libgimp/gimppdb.c:166
↓ 28 callersFunctiongimp_rectangle_intersect
* gimp_rectangle_intersect: * @x1: origin of first rectangle * @y1: origin of first rectangle * @width1: width of first rect
libgimpbase/gimprectangle.c:62
↓ 28 callersFunctiongimp_text_layer_set
app/text/gimptextlayer.c:557
↓ 28 callersFunctiongimp_window_set_transient
* gimp_window_set_transient: * @window: the #GtkWindow that should become transient * * Indicates to the window manager that @window is a transient
libgimp/gimpui.c:300
↓ 27 callersFunction_gimp_wire_read_int8
libgimpbase/gimpwire.c:385
↓ 27 callersFunction_gimp_wire_write_int8
libgimpbase/gimpwire.c:611
↓ 27 callersFunctiongimp_async_is_canceled
checks if cancellation of 'async' has been requested. * * note that a return value of TRUE only indicates that * 'gimp_cancelable_cancel()' has bee
app/core/gimpasync.c:721
↓ 27 callersFunctiongimp_container_thaw
app/core/gimpcontainer.c:898
↓ 27 callersFunctiongimp_image_get_channels
app/core/gimpimage.c:5001
↓ 27 callersFunctiongimp_image_remove_layer
app/core/gimpimage.c:5829
↓ 27 callersFunctiongimp_item_get_color_tag
app/core/gimpitem.c:2452
↓ 27 callersFunctiongimp_item_stack_get_item_iter
app/core/gimpitemstack.c:155
↓ 27 callersFunctiongimp_message_box_set_text
app/widgets/gimpmessagebox.c:548
↓ 27 callersFunctiongimp_pixels_to_units
* gimp_pixels_to_units: * @pixels: value in pixels * @unit: unit to convert to * @resolution: resolution in DPI * * Converts a @value s
libgimpbase/gimpunit.c:860
↓ 27 callersFunctiongimp_procedure_add_boolean_aux_argument
* gimp_procedure_add_boolean_aux_argument: * @procedure: the #GimpProcedure. * @name: the name of the argument to be created. * @nick:
libgimp/gimpprocedure-params.c:94
↓ 27 callersFunctiongimp_size_entry_attach_label
* gimp_size_entry_attach_label: * @gse: The sizeentry you want to add a label to. * @text: The text of the label. * @row: The row
libgimpwidgets/gimpsizeentry.c:558
↓ 27 callersFunctiongimp_size_entry_set_size
* gimp_size_entry_set_size: * @gse: The sizeentry you want to set a size for. * @field: The index of the field you want to set the size for. * @l
libgimpwidgets/gimpsizeentry.c:671
↓ 27 callersFunctiongimp_unit_get_by_id
* gimp_unit_get_by_id: * @unit_id: The unit id. * * Returns the unique [class@Unit] object corresponding to @unit_id, * which is the integer ident
libgimpbase/gimpunit.c:506
↓ 27 callersFunctiongimp_vector3_normalize
* gimp_vector3_normalize: * @vector: a pointer to a #GimpVector3. * * Normalizes the @vector so the length of the @vector is 1.0. The nul * vector
libgimpmath/gimpvector.c:648
↓ 26 callersMethod__init__
(self)
tools/performance-log-viewer.py:389
↓ 26 callersFunctiongimp_color_is_perceptually_identical
* gimp_color_is_perceptually_identical: * @color1: a [class@Gegl.Color] * @color2: a [class@Gegl.Color] * * Determine whether @color1 and @color2
libgimpcolor/gimpcolor.c:133
↓ 26 callersFunctiongimp_color_profile_get_icc_profile
* gimp_color_profile_get_icc_profile: * @profile: a #GimpColorProfile * @length: (out): return location for the number of bytes * * This function
libgimpcolor/gimpcolorprofile.c:410
↓ 26 callersFunctiongimp_config_writer_linefeed
libgimpconfig/gimpconfigwriter.c:710
↓ 26 callersFunctiongimp_container_view_get_view_size
app/widgets/gimpcontainerview.c:303
↓ 26 callersFunctiongimp_image_get_guides
app/core/gimpimage-guides.c:148
↓ 26 callersFunctiongimp_image_get_sample_points
app/core/gimpimage-sample-points.c:155
↓ 26 callersFunctiongimp_palette_add_entry
app/core/gimppalette.c:620
↓ 26 callersFunctiongimp_param_spec_brush
* gimp_param_spec_brush: * @name: Canonical name of the property specified. * @nick: Nick name of the property specified. * @blurb: Descrip
libgimp/gimpparamspecs-body.c:1735
↓ 26 callersFunctiongimp_procedure_get_plug_in
* gimp_procedure_get_plug_in: * @procedure: A #GimpProcedure. * * Returns: (transfer none): The #GimpPlugIn given in [ctor@Procedure.new]. * * Si
libgimp/gimpprocedure.c:724
↓ 26 callersFunctiongimp_tool_control_set_precision
app/tools/gimptoolcontrol.c:420
↓ 26 callersFunctiongimp_vector_layer_get_options
* gimp_vector_layer_get_options: * @layer: a #GimpVectorLayer * * Gets the vector layer options from @layer if one is associated with it. * * Re
app/path/gimpvectorlayer.c:730
↓ 26 callersFunctionintersect
calculate the intersection point of the line a-b with the line c-d * and write it to i, if existing. */
app/core/gimp-transform-resize.c:705
↓ 26 callersFunctionsquare
app/operations/tests/test-operations.c:35
↓ 25 callersFunctionToL
plug-ins/file-bmp/bmp-load.c:127
↓ 25 callersFunctionaction_select_value
action_select_value: * @select_type: * @value: * @min: * max: * def: * small_inc: * inc: * skip_inc: * delta_factor: * wrap: * * For any v
app/actions/actions.c:543
↓ 25 callersFunctionconnect_notify
libgimpwidgets/gimppropwidgets.c:5148
↓ 25 callersMethodexport_bmp
(self, img, bmp_exp_name, rle, space, rgb)
plug-ins/python/tests/test-file-plug-ins/gimpexporttests.py:54
↓ 25 callersFunctiongimp_async_abort
transitions 'async' to the "stopped" state, indicating that the task * was stopped before completion (normally, in response to a * 'gimp_cancelable_
app/core/gimpasync.c:702
↓ 25 callersFunctiongimp_container_view_enable_dnd
app/widgets/gimpcontainerview.c:401
↓ 25 callersFunctiongimp_context_set_tool
app/core/gimpcontext.c:2157
↓ 25 callersFunctiongimp_editor_get_popup_data
app/widgets/gimpeditor.c:955
↓ 25 callersFunctiongimp_image_add_path
app/core/gimpimage.c:6136
↓ 25 callersFunctiongimp_item_get_id
app/core/gimpitem.c:1995
↓ 25 callersFunctiongimp_plug_in_get_proc_frame
app/plug-in/gimpplugin.c:818
↓ 25 callersFunctiongimp_procedure_add_drawable_argument
* gimp_procedure_add_drawable_argument: * @procedure: the #GimpProcedure. * @name: the name of the argument to be created. * @nick:
libgimp/gimpprocedure-params.c:1806
↓ 25 callersFunctiongimp_procedure_new
* gimp_procedure_new: * @plug_in: a #GimpPlugIn. * @name: the new procedure's name. * @proc_type: the new procedure's #GimpPDBProcType. * @
libgimp/gimpprocedure.c:686
↓ 25 callersFunctiongimp_procedure_run
* gimp_procedure_run: (skip) * @procedure: the [class@Gimp.Procedure] to run. * @first_arg_name: the name of an argument of @procedure or %NULL
libgimp/gimpprocedure.c:2018
↓ 25 callersFunctiongimp_size_entry_add_field
* gimp_size_entry_add_field: * @gse: The sizeentry you want to add a field to. * @value_spinbutton: The spinbutton to display the fie
libgimpwidgets/gimpsizeentry.c:445
↓ 25 callersFunctiongimp_test_run_mainloop_until_idle
* gimp_test_run_mainloop_until_idle: * * Creates and runs a main loop until it is idle, i.e. has no more * work to do. **/
app/tests/tests.c:261
↓ 25 callersFunctiongimp_undo_stack_peek
app/core/gimpundostack.c:194
↓ 25 callersFunctiongimp_value_get_double_array
* gimp_value_get_double_array: * @value: A valid value of type %GIMP_TYPE_DOUBLE_ARRAY * @length: the number of returned #double elements. * * Get
libgimpbase/gimpparamspecs.c:1087
↓ 25 callersFunctiongimp_value_set_double_array
* gimp_value_set_double_array: * @value: A valid value of type %GIMP_TYPE_DOUBLE_ARRAY * @data: (array length=length): A #gdouble array * @length:
libgimpbase/gimpparamspecs.c:1140
↓ 25 callersFunctiongimp_vector3_sub
* gimp_vector3_sub: * @result: (out caller-allocates): the destination for the resulting #GimpVector3. * @vector1: a pointer to the first #GimpVecto
libgimpmath/gimpvector.c:786
↓ 25 callersFunctionmul8bit
plug-ins/file-dds/imath.h:46
↓ 25 callersFunctionputstr
plug-ins/script-fu/libscriptfu/tinyscheme/scheme.c:1889
↓ 25 callersFunctionts_define_procedure
Define a symbol into interpreter state, * bound to a foreign function, language C, defined here in ScriptFu source. */
plug-ins/script-fu/libscriptfu/scheme-wrapper.c:532
↓ 24 callersFunction_gimp_canvas_item_stroke
app/display/gimpcanvasitem.c:697
↓ 24 callersFunction_gimp_prop_gui_new_generic
app/propgui/gimppropgui-generic.c:60
↓ 24 callersFunctioncell_edited_callback
plug-ins/metadata/metadata-editor.c:1856
↓ 24 callersFunctionfli_read_char
* To avoid endian-problems I wrote these functions: */
plug-ins/file-fli/fli.c:39
↓ 24 callersFunctiongimp_chain_button_get_active
* gimp_chain_button_get_active * @button: Pointer to a #GimpChainButton. * * Checks the state of the #GimpChainButton. * * Returns: %TRUE if the
libgimpwidgets/gimpchainbutton.c:415
↓ 24 callersFunctiongimp_channel_push_undo
app/core/gimpchannel.c:1776
↓ 24 callersFunctiongimp_config_deserialize_file
* gimp_config_deserialize_file: * @config: an object that implements the #GimpConfigInterface. * @file: the file to read configuration from. * @dat
libgimpconfig/gimpconfig-iface.c:515
↓ 24 callersFunctiongimp_container_freeze
app/core/gimpcontainer.c:883
↓ 24 callersFunctiongimp_context_get_opacity
app/core/gimpcontext.c:2524
↓ 24 callersFunctiongimp_display_shell_untransform_xy_f
* gimp_display_shell_untransform_xy_f: * @shell: a #GimpDisplayShell * @x: x coordinate in display coordinates * @y: y co
app/display/gimpdisplayshell-transform.c:770
↓ 24 callersFunctiongimp_get_display_iter
app/core/gimp.c:966
↓ 24 callersFunctiongimp_image_get_file
* gimp_image_get_file: * @image: A #GimpImage. * * Get the file of the XCF image, or %NULL if there is no file. * * Returns: (nullable): The file
app/core/gimpimage.c:2747
↓ 24 callersFunctiongimp_installation_directory
* gimp_installation_directory: * * Returns the top installation directory of GIMP. On Unix the * compile-time defined installation prefix is used.
libgimpbase/gimpenv.c:433
↓ 24 callersFunctiongimp_int_combo_box_connect
* gimp_int_combo_box_connect: * @combo_box: a #GimpIntComboBox * @value: the value to set * @callback: a callback to connect to the @
libgimpwidgets/gimpintcombobox.c:635
↓ 24 callersFunctiongimp_is_canonical_identifier
* gimp_is_canonical_identifier: * @identifier: The identifier string to check. * * Checks if @identifier is canonical and non-%NULL. * * Canonica
libgimpbase/gimputils.c:638
↓ 24 callersFunctiongimp_item_duplicate
* gimp_item_duplicate: * @item: The #GimpItem to duplicate. * @new_type: The type to make the new item. * * Returns: the newly created item.
app/core/gimpitem.c:1033
↓ 24 callersFunctiongimp_item_is_text_layer
app/text/gimptextlayer.c:607
↓ 24 callersFunctiongimp_message_dialog_new
app/widgets/gimpmessagedialog.c:50
↓ 24 callersFunctiongimp_param_spec_palette
* gimp_param_spec_palette: * @name: Canonical name of the property specified. * @nick: Nick name of the property specified. * @blurb: Descr
libgimp/gimpparamspecs-body.c:1960
↓ 24 callersFunctiongimp_preview_get_size
* gimp_preview_get_size: * @preview: a #GimpPreview widget * @width: (out) (optional): return location for the preview area width * @height: (out)
libgimpwidgets/gimppreview.c:683
↓ 24 callersFunctiongimp_prop_expanding_frame_new
* gimp_prop_expanding_frame_new: * @config: #GimpConfig object to which property is attached. * @property_name: Name of boolean property. *
app/widgets/gimppropwidgets.c:109
↓ 24 callersFunctionmk_symbol
get new symbol */
plug-ins/script-fu/libscriptfu/tinyscheme/scheme.c:1226
↓ 24 callersFunctionvadd
plug-ins/common/sphere-designer.c:710
↓ 23 callersFunctionaction_select_property
app/actions/actions.c:627
↓ 23 callersFunctioncreate_spin_button_in_grid
plug-ins/imagemap/imap_ui_grid.c:41
↓ 23 callersFunctiongimp_action_group_add_toggle_actions
app/widgets/gimpactiongroup.c:598
↓ 23 callersFunctiongimp_canvas_item_set_highlight
app/display/gimpcanvasitem.c:435
↓ 23 callersFunctiongimp_color_button_get_color
* gimp_color_button_get_color: * @button: Pointer to a #GimpColorButton. * * Retrieves the currently set color from the @button. * * Returns: (tr
libgimpwidgets/gimpcolorbutton.c:732
↓ 23 callersFunctiongimp_config_serialize_property_by_name
* gimp_config_serialize_property_by_name: * @config: a #GimpConfig. * @prop_name: the property's name. * @writer: a #GimpConfigWriter. * *
libgimpconfig/gimpconfig-serialize.c:503
↓ 23 callersFunctiongimp_display_shell_get_color_config
app/display/gimpdisplayshell.c:1503
↓ 23 callersFunctiongimp_display_shell_get_infinite_canvas
app/display/gimpdisplayshell.c:2132
↓ 23 callersFunctiongimp_draw_tool_add_handle
app/tools/gimpdrawtool.c:1072
↓ 23 callersFunctiongimp_drawable_filter_get_operation
app/core/gimpdrawablefilter.c:803
↓ 23 callersFunctiongimp_drawable_get_by_id
* gimp_drawable_get_by_id: * @drawable_id: The drawable id. * * Returns a #GimpDrawable representing @drawable_id. This function * calls gimp_item
libgimp/gimpdrawable.c:64
↓ 23 callersFunctiongimp_drawable_set_buffer
app/core/gimpdrawable.c:1759
↓ 23 callersFunctiongimp_layer_get_floating_sel_drawable
app/core/gimplayer.c:2738
← previousnext →401–500 of 25,722, ranked by callers