Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/renesas/
Dlv_gpu_d2_ra6m3.c416 lv_coord_t dst_width, dst_hight; local
417 dst_width = lv_area_get_width(fill_area);
427 d2_setblitsrc(_d2_handle, (void *) dst, dst_width, dst_width, dst_hight, ModeSrc);
428 d2_blitcopy(_d2_handle, dst_width, dst_hight, 0, 0, D2_FIX4(dst_width), D2_FIX4(dst_hight),
435 void lv_port_gpu_fill(lv_color_t * dest_buf, const lv_area_t * fill_area, lv_coord_t dst_width, argument
442 …framebuffer(_d2_handle, d1_maptovidmem(_d2_handle, dest_buf), MAX(dst_width, 2), MAX(dst_width, 2),
445 D2_EXEC(d2_cliprect(_d2_handle, 0, 0, dst_width - 1, fill_area->y2));