Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/ecore_evas/
H A Decore_evas_util.c228 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) in ecore_evas_object_associate()
230 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, __func__); in ecore_evas_object_associate()
256 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) in ecore_evas_object_dissociate()
258 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, __func__); in ecore_evas_object_dissociate()
285 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) in ecore_evas_object_associate_get()
287 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, __func__); in ecore_evas_object_associate_get()
381 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) in _ecore_evas_object_dissociate()
383 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, __func__); in _ecore_evas_object_dissociate()
H A Decore_evas_ews.c1132 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_ews_new()
1270 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) in ecore_evas_ews_backing_store_get()
1272 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, in ecore_evas_ews_backing_store_get()
1287 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) in ecore_evas_ews_delete_request()
1289 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, in ecore_evas_ews_delete_request()
H A Decore_evas_buffer.c799 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_buffer_allocfunc_new()
974 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_object_image_new()
H A Decore_evas_private.h30 #define ECORE_MAGIC_EVAS 0x76543211 macro
H A Decore_evas.c45 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) \
47 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, __func__); \
52 if (!ECORE_MAGIC_CHECK(_ee, ECORE_MAGIC_EVAS)) \
54 ECORE_MAGIC_FAIL(_ee, ECORE_MAGIC_EVAS, __func__); \
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/x/
H A Decore_evas_x.c4795 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_software_x11_new_internal()
4997 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_software_x11_pixmap_new_internal()
5311 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_gl_x11_options_new_internal()
5443 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_gl_x11_pixmap_new_internal()
5750 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) in _ecore_evas_x11_shape_input_rectangle_set()
5752 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, in _ecore_evas_x11_shape_input_rectangle_set()
5790 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, in _ecore_evas_x11_shape_input_rectangle_add()
5828 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, in _ecore_evas_x11_shape_input_rectangle_subtract()
5862 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, in _ecore_evas_x11_shape_input_empty()
5880 ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS, in _ecore_evas_x11_shape_input_reset()
[all …]
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/sdl/
H A Decore_evas_sdl.c487 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in _ecore_evas_internal_sdl_new()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/cocoa/
H A Decore_evas_cocoa.c674 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_cocoa_new_internal()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/fb/
H A Decore_evas_fb.c589 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_fb_new_internal()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/extn/
H A Decore_evas_extn.c1215 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_extn_plug_new_internal()
1317 if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS)) return EINA_FALSE; in _ecore_evas_extn_plug_connect()
2141 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in ecore_evas_extn_socket_new_internal()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/drm/
H A Decore_evas_drm.c1039 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in _ecore_evas_new_internal()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/win32/
H A Decore_evas_win32.c1535 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in _ecore_evas_win32_new_internal()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/wayland/
H A Decore_evas_wayland_common.c3084 ECORE_MAGIC_SET(ee, ECORE_MAGIC_EVAS); in _ecore_evas_wl_common_new_internal()