Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/draw/nxp/vglite/
Dlv_draw_vglite_blend.c427 lv_area_t tile_dest_area; in lv_vglite_blit_split() local
440 tile_dest_area.y1 = tile_src_area.y1; /* y has no alignment, always in sync with src */ in lv_vglite_blit_split()
441 tile_dest_area.y2 = tile_src_area.y2; in lv_vglite_blit_split()
453 tile_dest_area.x1 = dest_area->x1; in lv_vglite_blit_split()
458 tile_dest_area.x1 = 0 + shift_dest_x; in lv_vglite_blit_split()
470 tile_dest_area.x2 = width + dest_area->x1 - x * LV_GPU_NXP_VG_LITE_BLIT_SPLIT_THR - 1; in lv_vglite_blit_split()
471 if(tile_dest_area.x2 >= LV_GPU_NXP_VG_LITE_BLIT_SPLIT_THR) { in lv_vglite_blit_split()
472 tile_dest_area.x2 = LV_GPU_NXP_VG_LITE_BLIT_SPLIT_THR - 1; in lv_vglite_blit_split()
478 tile_dest_area.x2 += shift_dest_x; in lv_vglite_blit_split()
489 lv_vglite_set_scissor(&tile_dest_area); in lv_vglite_blit_split()
[all …]