Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_4.c16 else if(code == LV_EVENT_DRAW_POST_END) { in event_cb()
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_3.c43 else if(code == LV_EVENT_DRAW_POST_END) { in mask_event_cb()
/lvgl-latest/src/core/
Dlv_event.h62 LV_EVENT_DRAW_POST_END, /**< Finishing the post draw phase (when all children are drawn)*/ enumerator
Dlv_event.c306 e->code == LV_EVENT_DRAW_POST_END) { in lv_event_get_draw_ctx()
506 case LV_EVENT_DRAW_POST_END: in event_is_bubbled()
Dlv_refr.c193 lv_event_send(obj, LV_EVENT_DRAW_POST_END, draw_ctx); in lv_obj_redraw()
881 lv_event_send(parent, LV_EVENT_DRAW_POST_END, (void *)draw_ctx); in refr_obj_and_children()
/lvgl-latest/docs/overview/
Devent.md96 - `LV_EVENT_DRAW_POST_END` Finishing the post draw phase (when all children are drawn)
Ddrawing.md142 #### LV_EVENT_DRAW_POST_END subsubsection