Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_refr.c1298 lv_area_t offset_area = { in call_flush_cb() local
1305 lv_display_send_event(disp, LV_EVENT_FLUSH_START, &offset_area); in call_flush_cb()
1309 lv_draw_sw_rgb565_swap(px_map, lv_area_get_size(&offset_area)); in call_flush_cb()
1312 disp->flush_cb(disp, &offset_area, px_map); in call_flush_cb()
1313 lv_display_send_event(disp, LV_EVENT_FLUSH_FINISH, &offset_area); in call_flush_cb()