i80_controller sample
lv_obj_get_width_with_margin()
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_width_with_margin()
lv_obj_get_width_with_margin() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_flex.c:67
static
int32_t
lv_obj_get_width_with_margin
(
const
lv_obj_t
*
obj
)
;
Implemented in
lv_flex.c:522
Arguments
Argument
obj
Examples
References
from
examples
Code
Location
Referrer
static
int32_t
lv_obj_get_width_with_margin
(
const
lv_obj_t
*
obj
)
lv_flex.c:522
static
int32_t
lv_obj_get_width_with_margin
(
const
lv_obj_t
*
obj
)
;
lv_flex.c:67
int32_t
(
*
get_main_size
)
(
const
lv_obj_t
*
)
=
(
f
->
row
?
lv_obj_get_width_with_margin
:
lv_obj_get_height_with_margin
)
;
lv_flex.c:243
find_track_end()
int32_t
(
*
get_cross_size
)
(
const
lv_obj_t
*
)
=
(
!
f
->
row
?
lv_obj_get_width_with_margin
:
lv_flex.c:244
find_track_end()
Call Tree
from
examples
lv_obj_get_width_with_margin()
calls 3 functions:
All items filtered out
lv_obj_get_width_with_margin()
lv_obj_get_style_margin_left()
lv_obj_get_style_margin_right()
lv_obj_get_width()
All items filtered out
Data Use
from
examples
lv_obj_get_width_with_margin()
reads 1 variable and writes 1 variable:
::LV_PART_MAIN
All items filtered out
lv_obj_get_width_with_margin()
find_track_end()
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