rgb_panel sample
lv_draw_sw_blend_image_dsc_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_draw_sw_blend_image_dsc_t
lv_draw_sw_blend_image_dsc_t struct
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:316
typedef
struct
lv_draw_sw_blend_image_dsc_t
lv_draw_sw_blend_image_dsc_t
;
Implemented in
lv_draw_sw_blend_private.h:61
Fields
Field
Declared as
Description
lv_draw_sw_blend_image_dsc_t::dest_buf
void
*
lv_draw_sw_blend_image_dsc_t::dest_w
int32_t
lv_draw_sw_blend_image_dsc_t::dest_h
int32_t
lv_draw_sw_blend_image_dsc_t::dest_stride
int32_t
lv_draw_sw_blend_image_dsc_t::mask_buf
const
lv_opa_t
*
lv_draw_sw_blend_image_dsc_t::mask_stride
int32_t
lv_draw_sw_blend_image_dsc_t::src_buf
const
void
*
lv_draw_sw_blend_image_dsc_t::src_stride
int32_t
lv_draw_sw_blend_image_dsc_t::src_color_format
lv_color_format_t
lv_draw_sw_blend_image_dsc_t::opa
lv_opa_t
lv_draw_sw_blend_image_dsc_t::blend_mode
lv_blend_mode_t
lv_draw_sw_blend_image_dsc_t::relative_area
lv_area_t
The blend area relative to the layer's buffer area.
lv_draw_sw_blend_image_dsc_t::src_area
lv_area_t
The original src area.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out