Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_blend.c420 int shift_src_x = (src_area->x1 > dest_area->x1) ? (src_area->x1 - dest_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()
456 tile_src_area.x1 = 0 + shift_src_x; in lv_vglite_blit_split()
476 tile_src_area.x2 += shift_src_x; in lv_vglite_blit_split()