Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/fb/
Dlv_linux_fbdev.c280 uint32_t w_stride = lv_draw_buf_width_to_stride(w, 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()
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()
/lvgl-latest/src/drivers/display/renesas_glcdc/
Dlv_renesas_glcdc.c294 uint32_t w_stride = lv_draw_buf_width_to_stride(w, cf); in flush_partial() local
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()