Home
last modified time | relevance | path

Searched refs:LV_EVENT_FLUSH_START (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/misc/
Dlv_event.h106 LV_EVENT_FLUSH_START, enumerator
/lvgl-latest/src/others/sysmon/
Dlv_sysmon.c209 case LV_EVENT_FLUSH_START: in perf_monitor_disp_event_cb()
/lvgl-latest/docs/details/base-widget/
Devent.rst196 - :cpp:enumerator:`LV_EVENT_FLUSH_START`
/lvgl-latest/src/core/
Dlv_refr.c1305 lv_display_send_event(disp, LV_EVENT_FLUSH_START, &offset_area); in call_flush_cb()
/lvgl-latest/docs/details/main-components/
Ddisplay.rst178 - :cpp:enumerator:`LV_EVENT_FLUSH_START`: Sent before the :ref:`flush_callback` is called.