Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_vglite_buf.c59 static inline void lv_vglite_set_buf_ptr(vg_lite_buffer_t * vgbuf, const lv_color_t * buf);
93 lv_vglite_set_buf_ptr(&dest_vgbuf, buf); in lv_vglite_set_dest_buf_ptr()
98 lv_vglite_set_buf_ptr(&src_vgbuf, buf); in lv_vglite_set_src_buf_ptr()
135 static inline void lv_vglite_set_buf_ptr(vg_lite_buffer_t * vgbuf, const lv_color_t * buf) in lv_vglite_set_buf_ptr() function