i80_controller sample
lv_obj_style_t::is_trans
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_obj_style_t::is_trans
lv_obj_style_t::is_trans field
Syntax
Show:
Summary
Declaration
from
lv_obj_style_private.h:31
uint32_t
is_trans
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
is_trans
:
1
;
lv_obj_style_private.h:31
if
(
obj_style
->
is_trans
)
continue
;
lv_obj.c:920
update_obj_state()
if
(
obj
->
styles
[
i
]
.
is_trans
)
continue
;
lv_obj_style.c:116
lv_obj_add_style()
if
(
obj
->
styles
[
i
]
.
is_local
||
obj
->
styles
[
i
]
.
is_trans
)
{
lv_obj_style.c:178
lv_obj_replace_style()
if
(
obj
->
styles
[
i
]
.
is_trans
)
{
lv_obj_style.c:226
lv_obj_remove_style()
if
(
obj
->
styles
[
i
]
.
is_local
||
obj
->
styles
[
i
]
.
is_trans
)
{
lv_obj_style.c:230
lv_obj_remove_style()
if
(
obj
->
styles
[
i
]
.
is_trans
)
continue
;
lv_obj_style.c:491
lv_obj_style_state_compare()
if
(
obj
->
styles
[
i
-
1
]
.
is_local
||
obj
->
styles
[
i
-
1
]
.
is_trans
)
break
;
lv_obj_style.c:650
get_local_style()
if
(
obj
->
styles
[
i
]
.
is_trans
&&
obj
->
styles
[
i
]
.
selector
==
selector
)
break
;
lv_obj_style.c:674
get_trans_style()
obj
->
styles
[
0
]
.
is_trans
=
1
;
lv_obj_style.c:692
get_trans_style()
if
(
obj_style
->
is_trans
==
false
)
break
;
lv_obj_style.c:711
get_prop_core()
if
(
obj
->
styles
[
i
]
.
is_trans
&&
(
part
==
LV_PART_ANY
||
obj
->
styles
[
i
]
.
selector
==
part
)
)
{
lv_obj_style.c:818
trans_delete()
if
(
obj
->
styles
[
i
]
.
is_trans
==
0
||
obj
->
styles
[
i
]
.
selector
!=
tr
->
selector
)
continue
;
lv_obj_style.c:842
trans_anim_cb()
if
(
obj
->
styles
[
i
]
.
is_trans
&&
obj
->
styles
[
i
]
.
selector
==
tr
->
selector
)
{
lv_obj_style.c:943
trans_anim_completed_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_style_t::is_trans
is written by 1 function and is read by 11 functions:
get_trans_style()
All items filtered out
lv_obj_style_t::is_trans
update_obj_state()
lv_obj_add_style()
lv_obj_replace_style()
lv_obj_remove_style()
lv_obj_style_state_compare()
get_local_style()
get_trans_style()
get_prop_core()
trans_delete()
trans_anim_cb()
trans_anim_completed_cb()
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