i2c_oled sample
lv_obj_get_style_shadow_opa()
is only used within i2c_oled 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
i2c_oled sample
lv_obj_get_style_shadow_opa()
lv_obj_get_style_shadow_opa() function
Syntax
Show:
Summary
Declaration
from
lv_obj_style_gen.h:337
static
inline
lv_opa_t
lv_obj_get_style_shadow_opa
(
const
struct
_lv_obj_t
*
obj
,
uint32_t
part
)
;
Arguments
Argument
obj
part
Examples
References
from
examples
Code
Location
Referrer
static
inline
lv_opa_t
lv_obj_get_style_shadow_opa
(
const
struct
_lv_obj_t
*
obj
,
uint32_t
part
)
lv_obj_style_gen.h:337
dsc
->
shadow_opa
=
lv_obj_get_style_shadow_opa
(
obj
,
LV_PART_SCROLLBAR
)
;
lv_obj.c:669
scrollbar_init_draw_dsc()
draw_dsc
->
shadow_opa
=
lv_obj_get_style_shadow_opa
(
obj
,
part
)
;
lv_obj_draw.c:124
lv_obj_init_draw_rect_dsc()
lv_opa_t
sh_opa
=
lv_obj_get_style_shadow_opa
(
obj
,
part
)
;
lv_obj_draw.c:327
lv_obj_calculate_ext_draw_size()
Call Tree
from
examples
lv_obj_get_style_shadow_opa()
is called by 3 functions and calls 1 function:
scrollbar_init_draw_dsc()
lv_obj_init_draw_rect_dsc()
lv_obj_calculate_ext_draw_size()
All items filtered out
lv_obj_get_style_shadow_opa()
lv_obj_get_style_prop()
All items filtered out
Data Use
from
examples
lv_obj_get_style_shadow_opa()
reads 2 variables:
lv_style_value_t::num
lv_style_prop_t::LV_STYLE_SHADOW_OPA
All items filtered out
lv_obj_get_style_shadow_opa()
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