Home
last modified time | relevance | path

Searched refs:LV_DRAW_TASK_STATE_IN_PROGRESS (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw.h66 LV_DRAW_TASK_STATE_IN_PROGRESS, enumerator
/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite.c219 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in draw_dispatch()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx.c265 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in nema_gfx_dispatch()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw.c204 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in dispatch()
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp.c334 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in _pxp_dispatch()
/lvgl-latest/src/draw/dma2d/
Dlv_draw_dma2d.c362 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in dispatch_cb()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite.c318 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in _vglite_dispatch()
/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d.c399 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in lv_draw_dave2d_dispatch()
/lvgl-latest/src/draw/opengles/
Dlv_draw_opengles.c203 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in dispatch()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl.c161 t->state = LV_DRAW_TASK_STATE_IN_PROGRESS; in dispatch()