i80_controller sample
lv_obj_get_style_bitmap_mask_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_obj_get_style_bitmap_mask_src()
lv_obj_get_style_bitmap_mask_src() function
Syntax
Show:
Summary
Declaration
from
lv_obj_style_gen.h:646
static
inline
const
void
*
lv_obj_get_style_bitmap_mask_src
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
;
Arguments
Argument
obj
part
Examples
References
from
examples
Code
Location
Referrer
static
inline
const
void
*
lv_obj_get_style_bitmap_mask_src
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
lv_obj_style_gen.h:646
if
(
lv_obj_get_style_bitmap_mask_src
(
obj
,
0
)
!=
NULL
)
return
LV_LAYER_TYPE_SIMPLE
;
lv_obj_style.c:968
calculate_layer_type()
layer_draw_dsc
.
bitmap_mask_src
=
lv_obj_get_style_bitmap_mask_src
(
obj
,
0
)
;
lv_refr.c:1098
refr_obj()
Call Tree
from
examples
lv_obj_get_style_bitmap_mask_src()
is called by 2 functions and calls 1 function:
calculate_layer_type()
refr_obj()
All items filtered out
lv_obj_get_style_bitmap_mask_src()
lv_obj_get_style_prop()
All items filtered out
Data Use
from
examples
lv_obj_get_style_bitmap_mask_src()
reads 2 variables:
lv_style_value_t::ptr
::LV_STYLE_BITMAP_MASK_SRC
All items filtered out
lv_obj_get_style_bitmap_mask_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