i80_controller sample
lv_image_t::bitmap_mask_src
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_image_t::bitmap_mask_src
lv_image_t::bitmap_mask_src field
Pointer to an A8 bitmap mask
Syntax
Show:
Summary
Declaration
from
lv_image_private.h:36
const
lv_image_dsc_t
*
bitmap_mask_src
;
Examples
References
from
examples
Code
Location
Referrer
const
lv_image_dsc_t
*
bitmap_mask_src
;
/**< Pointer to an A8 bitmap mask */
lv_image_private.h:36
img
->
bitmap_mask_src
=
src
;
lv_image.c:453
lv_image_set_bitmap_map_src()
return
img
->
bitmap_mask_src
;
lv_image.c:567
lv_image_get_bitmap_map_src()
if
(
img
->
bitmap_mask_src
)
{
lv_image.c:740
draw_image()
draw_dsc
.
bitmap_mask_src
=
img
->
bitmap_mask_src
;
lv_image.c:765
draw_image()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_image_t::bitmap_mask_src
is written by 1 function and is read by 2 functions:
lv_image_set_bitmap_map_src()
All items filtered out
lv_image_t::bitmap_mask_src
lv_image_get_bitmap_map_src()
draw_image()
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