i80_controller sample
lv_draw_dsc_base_t::id2
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_draw_dsc_base_t::id2
lv_draw_dsc_base_t::id2 field
Syntax
Show:
Summary
Declaration
from
lv_draw.h:114
uint32_t
id2
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
id2
;
lv_draw.h:114
line_dsc
.
base
.
id2
=
0
;
lv_chart.c:837
draw_series_line()
point_dsc_default
.
base
.
id2
=
0
;
lv_chart.c:838
draw_series_line()
line_dsc
.
base
.
id2
=
i
;
lv_chart.c:901
draw_series_line()
point_dsc_default
.
base
.
id2
=
i
-
1
;
lv_chart.c:906
draw_series_line()
point_dsc_default
.
base
.
id2
=
i
-
1
;
lv_chart.c:924
draw_series_line()
line_dsc
.
base
.
id2
=
i
;
lv_chart.c:1025
draw_series_scatter()
point_dsc_default
.
base
.
id2
=
i
;
lv_chart.c:1028
draw_series_scatter()
point_dsc_default
.
base
.
id2
=
i
;
lv_chart.c:1046
draw_series_scatter()
col_dsc
.
base
.
id2
=
i
;
lv_chart.c:1098
draw_series_bar()
line_dsc
.
base
.
id2
=
0
;
lv_chart.c:1199
draw_cursors()
point_dsc_tmp
.
base
.
id2
=
0
;
lv_chart.c:1200
draw_cursors()
line_dsc
.
base
.
id2
=
1
;
lv_chart.c:1215
draw_cursors()
point_dsc_tmp
.
base
.
id2
=
1
;
lv_chart.c:1216
draw_cursors()
int32_t
v
=
y_array
[
base_dsc
->
id2
]
;
lv_example_chart_4.c:18
draw_event_cb()
rect_draw_dsc
->
bg_opa
=
(
LV_OPA_COVER
*
base_dsc
->
id2
)
/
(
cnt
-
1
)
;
lv_example_chart_7.c:15
draw_event_cb()
uint32_t
p_act
=
(
start_point
+
base_dsc
->
id2
)
%
cnt
;
/*Consider start point to get the index of the array*/
lv_example_chart_7.c:22
draw_event_cb()
lv_snprintf
(
tmp_buffer
,
sizeof
(
tmp_buffer
)
,
"%.1f"
,
base_dsc
->
id2
*
1.0f
)
;
lv_example_scale_7.c:32
draw_event_cb()
uint32_t
col
=
base_dsc
->
id2
;
lv_example_table_1.c:11
draw_event_cb()
label_dsc
.
base
.
id2
=
tick_value
;
lv_scale.c:572
scale_draw_indicator()
rect_dsc_act
.
base
.
id2
=
col
;
lv_table.c:808
draw_main()
label_dsc_act
.
base
.
id2
=
col
;
lv_table.c:810
draw_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_draw_dsc_base_t::id2
is written by 6 functions and is read by 4 functions:
draw_series_line()
draw_series_scatter()
draw_series_bar()
draw_cursors()
scale_draw_indicator()
draw_main()
All items filtered out
lv_draw_dsc_base_t::id2
draw_event_cb()
draw_event_cb()
draw_event_cb()
draw_event_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