i80_controller sample
lv_obj_get_style_width()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (3/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_width()
lv_obj_get_style_width() function
Syntax
Show:
Summary
Declaration
from
lv_obj_style_gen.h:22
static
inline
int32_t
lv_obj_get_style_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_width
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
lv_obj_style_gen.h:22
int32_t
point_w
=
lv_obj_get_style_width
(
obj
,
LV_PART_INDICATOR
)
/
2
;
lv_chart.c:816
draw_series_line()
int32_t
point_w
=
lv_obj_get_style_width
(
obj
,
LV_PART_INDICATOR
)
/
2
;
lv_chart.c:965
draw_series_scatter()
int32_t
point_w
=
lv_obj_get_style_width
(
obj
,
LV_PART_CURSOR
)
/
2
;
lv_chart.c:1159
draw_cursors()
int32_t
point_h
=
lv_obj_get_style_width
(
obj
,
LV_PART_CURSOR
)
/
2
;
lv_chart.c:1160
draw_cursors()
int32_t
point_w
=
lv_obj_get_style_width
(
obj
,
LV_PART_INDICATOR
)
;
lv_chart.c:1271
invalidate_point()
int32_t
end
=
lv_obj_get_style_width
(
cont
,
LV_PART_MAIN
)
-
lv_example_anim_3.c:55
lv_example_anim_3()
lv_obj_get_style_width
(
ginfo
.
anim_obj
,
LV_PART_MAIN
)
-
10
;
lv_example_anim_3.c:56
lv_example_anim_3()
int32_t
w_set
=
lv_obj_get_style_width
(
cont
,
LV_PART_MAIN
)
;
lv_flex.c:154
flex_update()
int32_t
w_set
=
lv_obj_get_style_width
(
cont
,
LV_PART_MAIN
)
;
lv_flex.c:236
find_track_end()
int32_t
w_set
=
lv_obj_get_style_width
(
cont
,
LV_PART_MAIN
)
;
lv_grid.c:216
grid_update()
int32_t
w_set
=
lv_obj_get_style_width
(
cont
,
LV_PART_MAIN
)
;
lv_grid.c:248
calc()
if
(
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
==
LV_SIZE_CONTENT
&&
!
obj
->
w_layout
)
w
=
LV_COORD_MAX
;
lv_label.c:754
lv_label_event()
if
(
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
==
LV_SIZE_CONTENT
&&
lv_label.c:1307
get_label_flags()
int32_t
w
=
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
;
lv_obj.c:855
lv_obj_event()
w
=
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
;
lv_obj_pos.c:103
lv_obj_refr_size()
if
(
parent
->
w_layout
==
0
&&
lv_obj_get_style_width
(
parent
,
0
)
==
LV_SIZE_CONTENT
)
{
lv_obj_pos.c:114
lv_obj_refr_size()
int32_t
w_set
=
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
;
lv_obj_pos.c:603
lv_obj_refresh_self_size()
int32_t
thickness
=
lv_obj_get_style_width
(
obj
,
LV_PART_SCROLLBAR
)
;
lv_obj_scroll.c:501
lv_obj_get_scrollbar_area()
lv_obj_get_style_width
(
obj
,
0
)
==
LV_SIZE_CONTENT
)
{
lv_obj_style.c:294
lv_obj_refresh_style()
scale_width
=
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
;
lv_scale.c:201
lv_scale_set_line_needle_value()
if
(
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
==
LV_SIZE_CONTENT
)
{
lv_span.c:354
lv_spangroup_refr_mode()
if
(
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
==
LV_SIZE_CONTENT
)
{
lv_span.c:362
lv_spangroup_refr_mode()
int32_t
width
=
lv_obj_get_style_width
(
obj
,
LV_PART_MAIN
)
;
lv_span.c:366
lv_spangroup_refr_mode()
Call Tree
from
examples
lv_obj_get_style_width()
is called by 18 functions and calls 1 function:
lv_obj_event()
lv_obj_refr_size()
lv_obj_refresh_self_size()
lv_obj_get_scrollbar_area()
lv_obj_refresh_style()
flex_update()
find_track_end()
grid_update()
calc()
draw_series_line()
draw_series_scatter()
draw_cursors()
invalidate_point()
lv_label_event()
get_label_flags()
lv_scale_set_line_needle_value()
lv_spangroup_refr_mode()
lv_example_anim_3()
All items filtered out
lv_obj_get_style_width()
lv_obj_get_style_prop()
All items filtered out
Data Use
from
examples
lv_obj_get_style_width()
reads 2 variables:
lv_style_value_t::num
::LV_STYLE_WIDTH
All items filtered out
lv_obj_get_style_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