Searched refs:draw_buffer_size (Results 1 – 1 of 1) sorted by relevance
821 size_t draw_buffer_size = sizeof(lv_color_t); in lv_win32_window_message_callback() local822 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