30#ifndef LV_VGLITE_BUF_H
31#define LV_VGLITE_BUF_H
42#if LV_USE_GPU_NXP_VG_LITE
64void lv_gpu_nxp_vglite_init_buf(
const lv_color_t * buf,
const lv_area_t * area, lv_coord_t stride);
71vg_lite_buffer_t * lv_vglite_get_dest_buf(
void);
78vg_lite_buffer_t * lv_vglite_get_src_buf(
void);
85void lv_vglite_set_dest_buf_ptr(
const lv_color_t * buf);
92void lv_vglite_set_src_buf_ptr(
const lv_color_t * buf);
101void lv_vglite_set_src_buf(
const lv_color_t * buf,
const lv_area_t * area, lv_coord_t stride);