Searched refs:rotated_buf (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.c | 63 uint8_t * rotated_buf; member 274 if(!dsc->rotated_buf || dsc->rotated_buf_size != buf_size) { in flush_cb() 275 dsc->rotated_buf = realloc(dsc->rotated_buf, buf_size); in flush_cb() 287 … lv_draw_sw_rotate(color_p, dsc->rotated_buf, w, h, w_stride, h_stride, rotation, cf); in flush_cb() 290 … lv_draw_sw_rotate(color_p, dsc->rotated_buf, w, h, w_stride, w_stride, rotation, cf); in flush_cb() 293 … lv_draw_sw_rotate(color_p, dsc->rotated_buf, w, h, w_stride, h_stride, rotation, cf); in flush_cb() 296 color_p = dsc->rotated_buf; in flush_cb()
|
/lvgl-latest/src/drivers/sdl/ |
D | lv_sdl_window.c | 46 uint8_t * rotated_buf; member
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 427 static uint8_t rotated_buf[500*1014]; 430 … lv_draw_sw_rotate(px_map, rotated_buf, src_w, src_h, src_stride, dest_stride, rotation, cf); 433 px_map = rotated_buf;
|