Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Defl_gfx_mapping.c216 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in _map_dirty()
463 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in _efl_gfx_mapping_update()
514 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in _efl_gfx_mapping_mapping_reset()
575 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, EINA_TRUE); in _efl_gfx_mapping_mapping_clockwise_get()
619 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in _efl_gfx_mapping_mapping_coord_absolute_get()
692 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in _efl_gfx_mapping_mapping_color_get()
H A Devas_clip.c512 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, NULL); in evas_object_clipees_get()
525 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, EINA_FALSE); in evas_object_clipees_has()
H A Devas_object_smart.c205 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, NULL); in evas_object_smart_smart_get()
436 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, EINA_FALSE); in evas_object_smart_type_check()
465 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, EINA_FALSE); in evas_object_smart_type_check_ptr()
922 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in _efl_canvas_group_efl_gfx_entity_position_set()
952 obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in _efl_canvas_group_efl_gfx_filter_filter_program_set()
1006 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in evas_object_smart_attach()
H A Devas_map.c518 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in evas_object_map_enable_set()
526 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, EINA_FALSE); in evas_object_map_enable_get()
534 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in evas_object_map_set()
651 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN((Eo *) eo_obj, NULL); in evas_object_map_get()
H A Devas_object_main.c2166 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in evas_object_render_op_set()
2560 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, NULL); in evas_object_type_get()
2568 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj); in evas_object_static_clip_set()
2576 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, EINA_FALSE); in evas_object_static_clip_get()
2666 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, NULL); in evas_object_evas_get()
2689 Evas_Object_Protected_Data *obj = EVAS_OBJ_GET_OR_RETURN(eo_obj, EINA_FALSE); in evas_object_pointer_inside_by_device_get()
/dports/devel/efl/efl-1.25.1/src/lib/evas/include/
H A Devas_private.h152 #define EVAS_OBJ_GET_OR_RETURN(o, ...) ({ \ macro