Home
last modified time | relevance | path

Searched defs:sz_buffers (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/drivers/x11/
Dlv_x11_display.c177 int sz_buffers = (hor_res * ver_res * (LV_COLOR_DEPTH + 7) / 8); in x11_resolution_evt_cb() local
185 size_t sz_buffers = hor_res * ver_res * sizeof(lv_color32_t); in x11_resolution_evt_cb() local
341 size_t sz_buffers = hor_res * ver_res * sizeof(lv_color32_t); in x11_window_create() local
377 int sz_buffers = (hor_res * ver_res * (LV_COLOR_DEPTH + 7) / 8); in lv_x11_window_create() local