Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_object_image.c315 Eina_Bool resize_call = EINA_FALSE; in _evas_image_done_set() local
336 resize_call = EINA_TRUE; in _evas_image_done_set()
356 resize_call = EINA_TRUE; in _evas_image_done_set()
369 if (resize_call) evas_object_inform_call_image_resize(eo_obj); in _evas_image_done_set()
1471 Eina_Bool resize_call = EINA_FALSE; in _evas_image_unload() local
1507 if (resize_call) evas_object_inform_call_image_resize(eo_obj); in _evas_image_unload()
1544 Eina_Bool resize_call = EINA_FALSE; in _evas_image_load() local
1557 resize_call = EINA_TRUE; in _evas_image_load()
1563 if (resize_call) evas_object_inform_call_image_resize(eo_obj); in _evas_image_load()
1580 Eina_Bool resize_call = EINA_FALSE; in _evas_image_load_post_update() local
[all …]
H A Devas_image_legacy.c617 Eina_Bool resize_call = EINA_FALSE; in evas_object_image_data_set() local
682 resize_call = EINA_TRUE; in evas_object_image_data_set()
701 if (resize_call) evas_object_inform_call_image_resize(eo_obj); in evas_object_image_data_set()