Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_events.c2575 Evas_Object *eo_below_obj; in _canvas_event_feed_mouse_move_internal() local
2591 eo_below_obj = evas_object_below_get(nogrep_obj); in _canvas_event_feed_mouse_move_internal()
2592 if (eo_below_obj) in _canvas_event_feed_mouse_move_internal()
2594 … Evas_Object_Protected_Data *below_obj = efl_data_scope_get(eo_below_obj, EFL_CANVAS_OBJECT_CLASS); in _canvas_event_feed_mouse_move_internal()