i80_controller sample
trans_t::start_value
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
trans_t::start_value
trans_t::start_value field
Syntax
Show:
Summary
Declaration
from
lv_obj_style.c:35
lv_style_value_t
start_value
;
Examples
References
from
examples
Code
Location
Referrer
lv_style_value_t
start_value
;
lv_obj_style.c:35
tr
->
start_value
=
v1
;
lv_obj_style.c:452
lv_obj_style_create_transition()
if
(
v
<
255
)
value_final
.
num
=
tr
->
start_value
.
num
;
lv_obj_style.c:850
trans_anim_cb()
if
(
v
<
255
)
value_final
.
ptr
=
tr
->
start_value
.
ptr
;
lv_obj_style.c:855
trans_anim_cb()
if
(
tr
->
start_value
.
ptr
==
NULL
)
value_final
.
ptr
=
tr
->
end_value
.
ptr
;
lv_obj_style.c:859
trans_anim_cb()
else
if
(
tr
->
end_value
.
ptr
==
NULL
)
value_final
.
ptr
=
tr
->
start_value
.
ptr
;
lv_obj_style.c:860
trans_anim_cb()
else
if
(
v
<
128
)
value_final
.
ptr
=
tr
->
start_value
.
ptr
;
lv_obj_style.c:861
trans_anim_cb()
if
(
v
<=
0
)
value_final
.
color
=
tr
->
start_value
.
color
;
lv_obj_style.c:871
trans_anim_cb()
else
value_final
.
color
=
lv_color_mix
(
tr
->
end_value
.
color
,
tr
->
start_value
.
color
,
v
)
;
lv_obj_style.c:873
trans_anim_cb()
if
(
v
==
0
)
value_final
.
num
=
tr
->
start_value
.
num
;
lv_obj_style.c:877
trans_anim_cb()
else
value_final
.
num
=
tr
->
start_value
.
num
+
(
(
int32_t
)
(
(
int32_t
)
(
tr
->
end_value
.
num
-
tr
->
start_value
.
num
)
*
v
)
>
>
8
)
;
lv_obj_style.c:879
trans_anim_cb()
tr
->
start_value
=
lv_obj_get_style_prop
(
tr
->
obj
,
part
,
tr
->
prop
)
;
lv_obj_style.c:904
trans_anim_start_cb()
lv_style_set_prop
(
(
lv_style_t
*
)
style_trans
->
style
,
tr
->
prop
,
tr
->
start_value
)
;
lv_obj_style.c:917
trans_anim_start_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
trans_t::start_value
is written by 2 functions and is read by 2 functions:
lv_obj_style_create_transition()
trans_anim_start_cb()
All items filtered out
trans_t::start_value
trans_anim_cb()
trans_anim_start_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