Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_blend.h155 lv_res_t lv_gpu_nxp_vglite_buffer_copy(lv_color_t * dest_buf, const lv_area_t * dest_area, lv_coord…
Dlv_draw_vglite_blend.c281 lv_res_t lv_gpu_nxp_vglite_buffer_copy(lv_color_t * dest_buf, const lv_area_t * dest_area, lv_coord… in lv_gpu_nxp_vglite_buffer_copy() function
Dlv_draw_vglite.c300 …done = lv_gpu_nxp_vglite_buffer_copy(dest_buf, dest_area, dest_stride, src_buf, src_area, src_stri… in lv_draw_vglite_buffer_copy()