i80_controller sample
lv_text_get_snippet()
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_text_get_snippet()
lv_text_get_snippet() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_span.c:62
static
bool
lv_text_get_snippet
(
const
char
*
txt
,
const
lv_font_t
*
font
,
int32_t
letter_space
,
int32_t
max_width
,
lv_text_flag_t
flag
,
int32_t
*
use_width
,
uint32_t
*
end_ofs
)
;
Implemented in
lv_span.c:640
Arguments
Argument
txt
font
letter_space
max_width
flag
use_width
end_ofs
Return value
true for txt fill the max_width.
Examples
References
from
examples
Code
Location
Referrer
static
bool
lv_text_get_snippet
(
const
char
*
txt
,
const
lv_font_t
*
font
,
lv_span.c:640
static
bool
lv_text_get_snippet
(
const
char
*
txt
,
const
lv_font_t
*
font
,
int32_t
letter_space
,
lv_span.c:62
bool
isfill
=
lv_text_get_snippet
(
&
cur_txt
[
cur_txt_ofs
]
,
snippet
.
font
,
snippet
.
letter_space
,
lv_span.c:485
lv_spangroup_get_expand_height()
bool
isfill
=
lv_text_get_snippet
(
&
cur_txt
[
cur_txt_ofs
]
,
snippet
.
font
,
snippet
.
letter_space
,
lv_span.c:881
lv_draw_span()
Call Tree
from
examples
lv_text_get_snippet()
is called by 2 functions and calls 1 function:
lv_spangroup_get_expand_height()
lv_draw_span()
All items filtered out
lv_text_get_snippet()
lv_text_get_next_line()
All items filtered out
Data Use
from
examples
lv_text_get_snippet()
:
All items filtered out
lv_text_get_snippet()
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