Searched refs:h_stride (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.c | 281 uint32_t h_stride = lv_draw_buf_width_to_stride(h, cf); in flush_cb() local 287 … lv_draw_sw_rotate(color_p, dsc->rotated_buf, w, h, w_stride, h_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()
|
/lvgl-latest/src/drivers/display/renesas_glcdc/ |
D | lv_renesas_glcdc.c | 295 uint32_t h_stride = lv_draw_buf_width_to_stride(h, cf); in flush_partial() local 306 lv_draw_sw_rotate(img, rotation_buffer, w, h, w_stride, h_stride, rotation, cf); in flush_partial()
|