i80_controller sample
lv_obj_get_style_shadow_width()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
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_shadow_width()
lv_obj_get_style_shadow_width() function
Syntax
Show:
Summary
Declaration
from
lv_obj_style_gen.h:380
static
inline
int32_t
lv_obj_get_style_shadow_width
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
;
Arguments
Argument
obj
part
Examples
References
from
examples
Code
Location
Referrer
static
inline
int32_t
lv_obj_get_style_shadow_width
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
lv_obj_style_gen.h:380
knob_shadow_size
+=
lv_obj_get_style_shadow_width
(
obj
,
LV_PART_KNOB
)
;
lv_arc.c:926
knob_get_extra_size()
dsc
->
shadow_width
=
lv_obj_get_style_shadow_width
(
obj
,
LV_PART_SCROLLBAR
)
;
lv_obj.c:696
scrollbar_init_draw_dsc()
draw_dsc
->
shadow_width
=
lv_obj_get_style_shadow_width
(
obj
,
part
)
;
lv_obj_draw.c:124
lv_obj_init_draw_rect_dsc()
int32_t
sh_width
=
lv_obj_get_style_shadow_width
(
obj
,
part
)
;
lv_obj_draw.c:259
lv_obj_calculate_ext_draw_size()
Call Tree
from
examples
lv_obj_get_style_shadow_width()
is called by 4 functions and calls 1 function:
scrollbar_init_draw_dsc()
lv_obj_init_draw_rect_dsc()
lv_obj_calculate_ext_draw_size()
knob_get_extra_size()
All items filtered out
lv_obj_get_style_shadow_width()
lv_obj_get_style_prop()
All items filtered out
Data Use
from
examples
lv_obj_get_style_shadow_width()
reads 2 variables:
lv_style_value_t::num
::LV_STYLE_SHADOW_WIDTH
All items filtered out
lv_obj_get_style_shadow_width()
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