Home
last modified time | relevance | path

Searched refs:gimp_unit_get_identifier (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpunit.c79 g_value_set_string (dest_value, gimp_unit_get_identifier (unit)); in unit_to_string()
98 if (strcmp (str, gimp_unit_get_identifier (i)) == 0) in string_to_unit()
103 if (strcmp (str, gimp_unit_get_identifier (GIMP_UNIT_PERCENT)) == 0) in string_to_unit()
303 gimp_unit_get_identifier (GimpUnit unit) in gimp_unit_get_identifier() function
H A Dgimpunit.h85 const gchar * gimp_unit_get_identifier (GimpUnit unit);
H A Dgimpbase.def190 gimp_unit_get_identifier
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dunit-editor.c231 gimp_unit_get_identifier (template)); in new_unit_dialog()
683 IDENTIFIER, gimp_unit_get_identifier (unit), in unit_list_init()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpunitstore.c449 g_value_set_static_string (value, gimp_unit_get_identifier (unit)); in gimp_unit_store_tree_model_get_value()
/dports/graphics/gimp-app/gimp-2.10.30/app/xcf/
H A Dxcf-save.c1249 unit_strings[0] = gimp_unit_get_identifier (unit); in xcf_save_prop()
H A Dxcf-load.c1085 gimp_unit_get_identifier (unit)) == 0)) in xcf_load_image_props()