Home
last modified time | relevance | path

Searched refs:object_get_dimensions (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_cmd_move.c75 object_get_dimensions(obj, &command->obj_x, &command->obj_y, in move_command_new()
H A Dimap_edit_area_info.c371 object_get_dimensions(clone, &old_x, &old_y, &old_width, &old_height); in object_was_changed()
372 object_get_dimensions(obj, &new_x, &new_y, &new_width, &new_height); in object_was_changed()
H A Dimap_object.h113 #define object_get_dimensions(obj, x, y, width, height) \ macro
H A Dimap_object.c822 object_get_dimensions(obj, &obj_x, &obj_y, &obj_width, &obj_height); in object_list_select_region()