lv_draw_buf_private.h
API reference for lv_draw_buf_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_draw_buf.h
Summary
Functions
draw/lv_draw_buf_private.h:44function
lv_draw_buf_init_handlers
Called internally to initialize the draw_buf_handlers in lv_global
void lv_draw_buf_init_handlers(void)Structs
struct
_lv_draw_buf_handlers_t
| Member | Type | Description |
|---|---|---|
buf_malloc_cb | lv_draw_buf_malloc_cb_t | |
buf_free_cb | lv_draw_buf_free_cb_t | |
buf_copy_cb | lv_draw_buf_copy_cb_t | |
align_pointer_cb | lv_draw_buf_align_cb_t | |
invalidate_cache_cb | lv_draw_buf_cache_operation_cb_t | |
flush_cache_cb | lv_draw_buf_cache_operation_cb_t | |
width_to_stride_cb | lv_draw_buf_width_to_stride_cb_t |
Dependencies
How is this guide?
Last updated on