Home
last modified time | relevance | path

Searched refs:object_list_find (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_main.c459 Object_t *obj = object_list_find(_shapes, x, y); in do_popup_menu()
529 obj = object_list_find(_shapes, x, y); in select_shape()
570 obj = object_list_find(_shapes, x, y); in edit_shape()
929 Object_t *obj = object_list_find(_shapes, x, y); in preview_move()
H A Dimap_preview.c236 obj = object_list_find(list, x, y); in handle_drop()
H A Dimap_object.h174 Object_t *object_list_find(ObjectList_t *list, gint x, gint y);
H A Dimap_object.c625 object_list_find(ObjectList_t *list, gint x, gint y) in object_list_find() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/object/
H A DObject.h391 const rct_object_entry* object_list_find(rct_object_entry* entry);
H A DObjectRepository.cpp677 const rct_object_entry* object_list_find(rct_object_entry* entry) in object_list_find() function