i80_controller sample
lv_get_snippet_count()
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_get_snippet_count()
lv_get_snippet_count() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_span.c:67
static
uint32_t
lv_get_snippet_count
(
void
)
;
Implemented in
lv_span.c:680
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
lv_get_snippet_count
(
void
)
lv_span.c:680
static
uint32_t
lv_get_snippet_count
(
void
)
;
lv_span.c:67
if
(
next_ofs
>
0
&&
lv_get_snippet_count
(
)
>
0
)
{
lv_span.c:885
lv_draw_span()
uint32_t
item_cnt
=
lv_get_snippet_count
(
)
;
lv_span.c:925
lv_draw_span()
Call Tree
from
examples
lv_get_snippet_count()
is called by 1 function:
lv_draw_span()
All items filtered out
lv_get_snippet_count()
All items filtered out
Data Use
from
examples
lv_get_snippet_count()
reads 2 variables:
lv_global_t::span_snippet_stack
_snippet_stack::index
All items filtered out
lv_get_snippet_count()
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