lv_draw_sw_blend.h
API reference for lv_draw_sw_blend.h
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_draw_sw_blend_private.h
Summary
Functions
lv_draw_sw_blend
Call the blend function of the layer.
void lv_draw_sw_blend(lv_draw_task_t *t, const lv_draw_sw_blend_dsc_t *dsc)| Name | Type | Description |
|---|---|---|
t | lv_draw_task_t * | |
dsc | const lv_draw_sw_blend_dsc_t * | pointer to an initialized blend descriptor |
Structs
struct
lv_draw_sw_custom_blend_handler_t
| Member | Type | Description |
|---|---|---|
dest_cf | lv_color_format_t | |
handler | lv_draw_sw_blend_handler_t |
Used by 1 function
lv_draw_sw_register_blend_handler— paramhandler
Typedefs
lv_draw_sw_blend_handler_t
typedef void(* lv_draw_sw_blend_handler_t) (lv_draw_task_t *t, const lv_draw_sw_blend_dsc_t *dsc)Custom draw function for SW rendering.
Dependencies
Indirect dependencies
How is this guide?
Last updated on