Searched refs:rotation_buffer (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/drivers/display/renesas_glcdc/ |
D | lv_renesas_glcdc.c | 80 static void * rotation_buffer = NULL; variable 298 if(!rotation_buffer) { in flush_partial() 299 rotation_buffer = lv_malloc(partial_buffer_size); in flush_partial() 300 LV_ASSERT_MALLOC(rotation_buffer); in flush_partial() 304 lv_draw_sw_rotate(img, rotation_buffer, w, h, w_stride, w_stride, rotation, cf); in flush_partial() 306 lv_draw_sw_rotate(img, rotation_buffer, w, h, w_stride, h_stride, rotation, cf); in flush_partial() 308 img = rotation_buffer; in flush_partial()
|