i80_controller sample
calculate_x_coordinate()
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
calculate_x_coordinate()
calculate_x_coordinate() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_label.c:61
static
void
calculate_x_coordinate
(
int32_t
*
x
,
const
lv_text_align_t
align
,
const
char
*
txt
,
uint32_t
length
,
const
lv_font_t
*
font
,
int32_t
letter_space
,
lv_area_t
*
txt_coords
)
;
Implemented in
lv_label.c:1317
Arguments
Argument
x
align
txt
length
font
letter_space
txt_coords
Examples
References
from
examples
Code
Location
Referrer
static
void
calculate_x_coordinate
(
int32_t
*
x
,
const
lv_text_align_t
align
,
const
char
*
txt
,
uint32_t
length
,
lv_label.c:1317
static
void
calculate_x_coordinate
(
int32_t
*
x
,
const
lv_text_align_t
align
,
const
char
*
txt
,
lv_label.c:61
calculate_x_coordinate
(
&
x
,
align
,
bidi_txt
,
length
,
font
,
letter_space
,
&
txt_coords
)
;
lv_label.c:393
lv_label_get_letter_pos()
calculate_x_coordinate
(
&
x
,
align
,
bidi_txt
,
length
,
font
,
letter_space
,
&
txt_coords
)
;
lv_label.c:471
lv_label_get_letter_on()
Call Tree
from
examples
calculate_x_coordinate()
is called by 2 functions and calls 2 functions:
lv_label_get_letter_pos()
lv_label_get_letter_on()
All items filtered out
calculate_x_coordinate()
lv_area_get_width()
lv_text_get_width()
All items filtered out
Data Use
from
examples
calculate_x_coordinate()
reads 2 variables:
lv_text_align_t::LV_TEXT_ALIGN_CENTER
lv_text_align_t::LV_TEXT_ALIGN_RIGHT
All items filtered out
calculate_x_coordinate()
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