i80_controller sample
lv_image_get_bitmap_map_src()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_image_get_bitmap_map_src()
lv_image_get_bitmap_map_src() function
Get the bitmap mask source.
Syntax
Show:
Summary
Declaration
Definition
from
lv_image.h:295
const
lv_image_dsc_t
*
lv_image_get_bitmap_map_src
(
lv_obj_t
*
obj
)
;
Implemented in
lv_image.c:561
Arguments
Argument
Description
obj
pointer to an image object
Return value
an lv_image_dsc_t bitmap mask source.
Examples
References
from
examples
Code
Location
const
lv_image_dsc_t
*
lv_image_get_bitmap_map_src
(
lv_obj_t
*
obj
)
lv_image.c:561
const
lv_image_dsc_t
*
lv_image_get_bitmap_map_src
(
lv_obj_t
*
obj
)
;
lv_image.h:295
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_image_get_bitmap_map_src()
reads 1 variable:
lv_image_t::bitmap_mask_src
All items filtered out
lv_image_get_bitmap_map_src()
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