Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_blend.c421 int shift_dest_x = (src_area->x1 < dest_area->x1) ? (dest_area->x1 - src_area->x1) : 0; in lv_vglite_blit_split() local
423 VG_LITE_LOG_TRACE("X shift: src: %d, dst: %d", shift_src_x, shift_dest_x); in lv_vglite_blit_split()
457 tile_dest_area.x1 = 0 + shift_dest_x; in lv_vglite_blit_split()
477 tile_dest_area.x2 += shift_dest_x; in lv_vglite_blit_split()