Searched refs:LV_EVENT_DRAW_POST_BEGIN (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_event.h | 70 LV_EVENT_DRAW_POST_BEGIN, /**< Starting the post draw phase (when all children are drawn)*/ enumerator
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 218 e->code == LV_EVENT_DRAW_POST_BEGIN || in lv_event_get_layer() 404 case LV_EVENT_DRAW_POST_BEGIN: in event_is_bubbled()
|
D | lv_refr.c | 154 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/ |
D | pika_lvgl.c | 95 obj_setInt(self, "DRAW_POST_BEGIN", LV_EVENT_DRAW_POST_BEGIN); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 154 - :cpp:enumerator:`LV_EVENT_DRAW_POST_BEGIN`: Starting the post draw phase (when all children are …
|
D | obj.rst | 579 - :cpp:enumerator:`LV_EVENT_DRAW_POST_BEGIN` Starting the post draw phase (when all children …
|