Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_event.h70 LV_EVENT_DRAW_POST_BEGIN, /**< Starting the post draw phase (when all children are drawn)*/ enumerator
/lvgl-latest/src/core/
Dlv_obj_event.c218 e->code == LV_EVENT_DRAW_POST_BEGIN || in lv_event_get_layer()
404 case LV_EVENT_DRAW_POST_BEGIN: in event_is_bubbled()
Dlv_refr.c154 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_BEGIN, layer); in lv_obj_redraw()
177 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_BEGIN, layer); in lv_obj_redraw()
205 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_BEGIN, layer_children); in lv_obj_redraw()
226 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_BEGIN, layer_children); in lv_obj_redraw()
248 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_BEGIN, layer); in lv_obj_redraw()
902 lv_obj_send_event(parent, LV_EVENT_DRAW_POST_BEGIN, (void *)layer); in refr_obj_and_children()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c95 obj_setInt(self, "DRAW_POST_BEGIN", LV_EVENT_DRAW_POST_BEGIN); in pika_lvgl_EVENT___init__()
/lvgl-latest/docs/details/base-widget/
Devent.rst154 - :cpp:enumerator:`LV_EVENT_DRAW_POST_BEGIN`: Starting the post draw phase (when all children are …
Dobj.rst579 - :cpp:enumerator:`LV_EVENT_DRAW_POST_BEGIN` Starting the post draw phase (when all children …