i80_controller sample
lv_obj_calculate_style_text_align()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_calculate_style_text_align()
lv_obj_calculate_style_text_align() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj_style.h:288
lv_text_align_t
lv_obj_calculate_style_text_align
(
const
lv_obj_t
*
obj
,
lv_part_t
part
,
const
char
*
txt
)
;
Implemented in
lv_obj_style.c:570
Arguments
Argument
obj
part
txt
Examples
References
from
examples
Code
Location
Referrer
lv_text_align_t
lv_obj_calculate_style_text_align
(
const
lv_obj_t
*
obj
,
lv_part_t
part
,
const
char
*
txt
)
lv_obj_style.c:570
lv_text_align_t
lv_obj_calculate_style_text_align
(
const
lv_obj_t
*
obj
,
lv_part_t
part
,
const
char
*
txt
)
;
lv_obj_style.h:288
lv_text_align_t
align
=
lv_obj_calculate_style_text_align
(
label
,
LV_PART_MAIN
,
dropdown
->
options
)
;
lv_dropdown.c:596
lv_dropdown_open()
const
lv_text_align_t
align
=
lv_obj_calculate_style_text_align
(
obj
,
LV_PART_MAIN
,
txt
)
;
lv_label.c:302
lv_label_get_letter_pos()
const
lv_text_align_t
align
=
lv_obj_calculate_style_text_align
(
obj
,
LV_PART_MAIN
,
label
->
text
)
;
lv_label.c:469
lv_label_get_letter_on()
const
lv_text_align_t
align
=
lv_obj_calculate_style_text_align
(
obj
,
LV_PART_MAIN
,
label
->
text
)
;
lv_label.c:557
lv_label_is_char_under_pos()
const
lv_text_align_t
align
=
lv_obj_calculate_style_text_align
(
label
,
LV_PART_MAIN
,
lv_label_get_text
(
label
)
)
;
lv_roller.c:642
refr_position()
lv_text_align_t
align
=
lv_obj_calculate_style_text_align
(
ta
->
label
,
LV_PART_MAIN
,
lv_label_get_text
(
ta
->
label
)
)
;
lv_textarea.c:1196
refr_cursor_area()
Call Tree
from
examples
lv_obj_calculate_style_text_align()
is called by 6 functions and calls 3 functions:
lv_dropdown_open()
lv_label_get_letter_pos()
lv_label_get_letter_on()
lv_label_is_char_under_pos()
refr_position()
refr_cursor_area()
All items filtered out
lv_obj_calculate_style_text_align()
lv_bidi_calculate_align()
lv_obj_get_style_text_align()
lv_obj_get_style_base_dir()
All items filtered out
Data Use
from
examples
lv_obj_calculate_style_text_align()
:
All items filtered out
lv_obj_calculate_style_text_align()
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