i80_controller sample
lv_snippet_t::bytes
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::bytes
lv_snippet_t::bytes field
Syntax
Show:
Summary
Declaration
from
lv_span.c:33
uint32_t
bytes
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
bytes
;
lv_span.c:33
snippet
.
bytes
=
next_ofs
;
lv_span.c:510
lv_spangroup_get_expand_height()
snippet
.
bytes
=
next_ofs
;
lv_span.c:908
lv_draw_span()
if
(
last_snippet
->
txt
[
last_snippet
->
bytes
]
==
'\0'
)
{
lv_span.c:934
lv_draw_span()
if
(
last_snippet
->
txt
[
last_snippet
->
bytes
]
!=
'\0'
)
{
lv_span.c:942
lv_draw_span()
last_snippet
->
bytes
=
lv_strlen
(
last_snippet
->
txt
)
;
lv_span.c:943
lv_draw_span()
last_snippet
->
txt_w
=
lv_text_get_width
(
last_snippet
->
txt
,
last_snippet
->
bytes
,
last_snippet
->
font
,
lv_span.c:944
lv_draw_span()
uint32_t
txt_bytes
=
pinfo
->
bytes
;
lv_span.c:993
lv_draw_span()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_snippet_t::bytes
is written by 2 functions and is read by 1 function:
lv_spangroup_get_expand_height()
lv_draw_span()
All items filtered out
lv_snippet_t::bytes
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