i80_controller sample
flex_t::rev
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
flex_t::rev
flex_t::rev field
Syntax
Show:
Summary
Declaration
from
lv_flex.c:30
uint8_t
rev
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
rev
:
1
;
lv_flex.c:30
f
.
rev
=
flow
&
LV_FLEX_REVERSE
?
1
:
0
;
lv_flex.c:135
flex_update()
track_first_item
=
f
.
rev
?
cont
->
spec_attr
->
child_cnt
-
1
:
0
;
lv_flex.c:175
flex_update()
track_first_item
=
f
.
rev
?
cont
->
spec_attr
->
child_cnt
-
1
:
0
;
lv_flex.c:193
flex_update()
item_id
+=
f
->
rev
?
-
1
:
+
1
;
lv_flex.c:290
find_track_end()
get_next_item
(
cont
,
f
->
rev
,
&
item_id
)
;
lv_flex.c:303
find_track_end()
item
=
get_next_item
(
cont
,
f
->
rev
,
&
item_first_id
)
;
lv_flex.c:377
children_repos()
item
=
get_next_item
(
cont
,
f
->
rev
,
&
item_first_id
)
;
lv_flex.c:462
children_repos()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
flex_t::rev
is written by 1 function and is read by 3 functions:
flex_update()
All items filtered out
flex_t::rev
flex_update()
find_track_end()
children_repos()
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