Home
last modified time | relevance | path

Searched refs:LV_EVENT_DRAW_POST_END (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/misc/
Dlv_event.h72 LV_EVENT_DRAW_POST_END, /**< Finishing the post draw phase (when all children are drawn)*/ enumerator
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_3.c16 else if(code == LV_EVENT_DRAW_POST_END) { in event_cb()
/lvgl-latest/src/core/
Dlv_obj_event.c219 e->code == LV_EVENT_DRAW_POST_END) { in lv_event_get_layer()
406 case LV_EVENT_DRAW_POST_END: in event_is_bubbled()
Dlv_refr.c156 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer); in lv_obj_redraw()
179 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer); in lv_obj_redraw()
207 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer_children); in lv_obj_redraw()
228 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer_children); in lv_obj_redraw()
250 lv_obj_send_event(obj, LV_EVENT_DRAW_POST_END, layer); in lv_obj_redraw()
904 lv_obj_send_event(parent, LV_EVENT_DRAW_POST_END, (void *)layer); in refr_obj_and_children()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c97 obj_setInt(self, "DRAW_POST_END", LV_EVENT_DRAW_POST_END); in pika_lvgl_EVENT___init__()
/lvgl-latest/docs/details/base-widget/
Devent.rst156 - :cpp:enumerator:`LV_EVENT_DRAW_POST_END`: Finishing the post draw phase (when all children are d…
Dobj.rst580 - :cpp:enumerator:`LV_EVENT_DRAW_POST_END` Finishing the post draw phase (when all children…