lv_draw_sw_blend.h

API reference for lv_draw_sw_blend.h

Report on GitHub
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_draw_sw_blend_private.h

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)
Parameters
NameTypeDescription
tlv_draw_task_t *
dscconst lv_draw_sw_blend_dsc_t *pointer to an initialized blend descriptor

Structs

struct

lv_draw_sw_custom_blend_handler_t

MemberTypeDescription
dest_cflv_color_format_t
handlerlv_draw_sw_blend_handler_t
Used by 1 function
  • lv_draw_sw_register_blend_handler — param handler

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

How is this guide?

Last updated on

On this page