Home
last modified time | relevance | path

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

/bsp/simulator/applications/lvgl/
A Dwin32drv.c821 size_t draw_buffer_size = sizeof(lv_color_t); in lv_win32_window_message_callback() local
822 draw_buffer_size *= context->display_hor_res; in lv_win32_window_message_callback()
823 draw_buffer_size *= context->display_ver_res; in lv_win32_window_message_callback()
826 (lv_color_t*)malloc(draw_buffer_size), in lv_win32_window_message_callback()

Completed in 5 milliseconds