i80_controller sample
lv_snippet_t::line_h
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_snippet_t::line_h
lv_snippet_t::line_h field
Syntax
Show:
Summary
Declaration
from
lv_span.c:35
int32_t
line_h
;
Examples
References
from
examples
Code
Location
Referrer
int32_t
line_h
;
lv_span.c:35
snippet
.
line_h
=
lv_font_get_line_height
(
snippet
.
font
)
+
line_space
;
lv_span.c:479
lv_spangroup_get_expand_height()
if
(
max_line_h
<
snippet
.
line_h
)
{
lv_span.c:513
lv_spangroup_get_expand_height()
max_line_h
=
snippet
.
line_h
;
lv_span.c:514
lv_spangroup_get_expand_height()
snippet
.
line_h
=
lv_font_get_line_height
(
snippet
.
font
)
+
line_space
;
lv_span.c:875
lv_draw_span()
if
(
max_line_h
<
snippet
.
line_h
)
{
lv_span.c:911
lv_draw_span()
max_line_h
=
snippet
.
line_h
;
lv_span.c:912
lv_draw_span()
int32_t
next_line_h
=
last_snippet
->
line_h
;
lv_span.c:933
lv_draw_span()
pos
.
y
=
txt_pos
.
y
+
max_line_h
-
pinfo
->
line_h
-
(
max_baseline
-
pinfo
->
font
->
base_line
)
;
lv_span.c:985
lv_draw_span()
int32_t
y
=
pos
.
y
+
(
(
pinfo
->
line_h
-
line_space
)
>
>
1
)
+
(
line_dsc
.
width
>
>
1
)
;
lv_span.c:1051
lv_draw_span()
int32_t
y
=
pos
.
y
+
pinfo
->
line_h
-
line_space
-
pinfo
->
font
->
base_line
-
pinfo
->
font
->
underline_position
;
lv_span.c:1058
lv_draw_span()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_snippet_t::line_h
is written by 2 functions and is read by 2 functions:
lv_spangroup_get_expand_height()
lv_draw_span()
All items filtered out
lv_snippet_t::line_h
lv_spangroup_get_expand_height()
lv_draw_span()
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