i80_controller sample
lv_spangroup_t::overflow
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_spangroup_t::overflow
lv_spangroup_t::overflow field
details see lv_span_overflow_t
Syntax
Show:
Summary
Declaration
from
lv_span_private.h:46
uint32_t
overflow
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
overflow
:
1
;
/**< details see lv_span_overflow_t */
lv_span_private.h:46
if
(
spans
->
overflow
==
overflow
)
return
;
lv_span.c:216
lv_spangroup_set_overflow()
spans
->
overflow
=
overflow
;
lv_span.c:218
lv_spangroup_set_overflow()
return
spans
->
overflow
;
lv_span.c:320
lv_spangroup_get_overflow()
spans
->
overflow
=
LV_SPAN_OVERFLOW_CLIP
;
lv_span.c:549
lv_spangroup_constructor()
ellipsis_valid
=
spans
->
overflow
==
LV_SPAN_OVERFLOW_ELLIPSIS
;
lv_span.c:947
lv_draw_span()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_spangroup_t::overflow
is written by 2 functions and is read by 3 functions:
lv_spangroup_set_overflow()
lv_spangroup_constructor()
All items filtered out
lv_spangroup_t::overflow
lv_spangroup_set_overflow()
lv_spangroup_get_overflow()
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