Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/nxp/pxp/
Dlv_draw_pxp_blend.c145 lv_coord_t dest_h = lv_area_get_height(dest_area); in lv_gpu_nxp_pxp_fill() local
157 .height = dest_h in lv_gpu_nxp_pxp_fill()
176 PXP_SetAlphaSurfacePosition(LV_GPU_NXP_PXP_ID, 0U, 0U, dest_w - 1U, dest_h - 1U); in lv_gpu_nxp_pxp_fill()
214 lv_coord_t dest_h = lv_area_get_height(dest_area); in lv_gpu_nxp_pxp_blit() local
265 PXP_SetProcessSurfacePosition(LV_GPU_NXP_PXP_ID, 0U, 0U, dest_w - 1U, dest_h - 1U); in lv_gpu_nxp_pxp_blit()
287 .height = dest_h in lv_gpu_nxp_pxp_blit()
374 lv_coord_t dest_h = lv_area_get_height(dest_area); in lv_pxp_blit_cover() local
397 piv_offset_x = pivot.x + pivot.y - dest_h; in lv_pxp_blit_cover()
403 piv_offset_y = 2 * pivot.y - dest_h; in lv_pxp_blit_cover()
443 .height = dest_h in lv_pxp_blit_cover()
[all …]
/lvgl-3.7.0/src/draw/swm341_dma2d/
Dlv_gpu_swm341_dma2d.c176 int32_t dest_h = lv_area_get_height(dest_area); in lv_draw_swm341_dma2d_blend_map() local
188 DMA2D->NLR = ((dest_w - 1) << DMA2D_NLR_NPIXEL_Pos) | ((dest_h - 1) << DMA2D_NLR_NLINE_Pos); in lv_draw_swm341_dma2d_blend_map()
196 for(uint32_t y = 0; y < dest_h; y++) { in lv_draw_swm341_dma2d_blend_map()
218 DMA2D->NLR = ((dest_w - 1) << DMA2D_NLR_NPIXEL_Pos) | ((dest_h - 1) << DMA2D_NLR_NLINE_Pos); in lv_draw_swm341_dma2d_blend_map()
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_img.c255 lv_coord_t dest_h = lv_area_get_height(dest_area); in convert_cb() local
257 for(y = 0; y < dest_h; y++) { in convert_cb()
281 lv_coord_t dest_h = lv_area_get_height(dest_area); in convert_cb() local
283 for(y = 0; y < dest_h; y++) { in convert_cb()
292 for(y = 0; y < dest_h; y++) { in convert_cb()
Dlv_draw_sw_transform.c109 lv_coord_t dest_h = lv_area_get_height(dest_area); in lv_draw_sw_transform() local
111 for(y = 0; y < dest_h; y++) { in lv_draw_sw_transform()
/lvgl-3.7.0/src/draw/arm2d/
Dlv_gpu_arm2d.c1505 lv_coord_t dest_h = lv_area_get_height(dest_area); in convert_cb() local
1507 for(y = 0; y < dest_h; y++) { in convert_cb()
1531 lv_coord_t dest_h = lv_area_get_height(dest_area); in convert_cb() local
1533 for(y = 0; y < dest_h; y++) { in convert_cb()
1542 for(y = 0; y < dest_h; y++) { in convert_cb()