i80_controller sample
invalidate_point()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
invalidate_point()
invalidate_point() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_chart.c:45
static
void
invalidate_point
(
lv_obj_t
*
obj
,
uint32_t
i
)
;
Implemented in
lv_chart.c:1252
Arguments
Argument
obj
i
Examples
References
from
examples
Code
Location
Referrer
static
void
invalidate_point
(
lv_obj_t
*
obj
,
uint32_t
i
)
lv_chart.c:1252
static
void
invalidate_point
(
lv_obj_t
*
obj
,
uint32_t
i
)
;
lv_chart.c:45
invalidate_point
(
obj
,
ser
->
start_point
)
;
lv_chart.c:484
lv_chart_set_next_value()
invalidate_point
(
obj
,
ser
->
start_point
)
;
lv_chart.c:486
lv_chart_set_next_value()
invalidate_point
(
obj
,
ser
->
start_point
)
;
lv_chart.c:504
lv_chart_set_next_value2()
invalidate_point
(
obj
,
id
)
;
lv_chart.c:515
lv_chart_set_value_by_id()
invalidate_point
(
obj
,
id
)
;
lv_chart.c:533
lv_chart_set_value_by_id2()
invalidate_point
(
obj
,
id
)
;
lv_chart.c:683
lv_chart_event()
invalidate_point
(
obj
,
chart
->
pressed_point_id
)
;
lv_chart.c:684
lv_chart_event()
invalidate_point
(
obj
,
chart
->
pressed_point_id
)
;
lv_chart.c:690
lv_chart_event()
Call Tree
from
examples
invalidate_point()
is called by 5 functions and calls 11 functions:
lv_chart_set_next_value()
lv_chart_set_next_value2()
lv_chart_set_value_by_id()
lv_chart_set_value_by_id2()
lv_chart_event()
All items filtered out
invalidate_point()
lv_area_copy()
lv_obj_get_style_width()
lv_obj_get_style_pad_left()
lv_obj_get_style_pad_column()
lv_obj_get_style_border_width()
lv_obj_get_style_line_width()
lv_obj_get_coords()
lv_obj_get_content_width()
lv_obj_invalidate_area()
lv_obj_invalidate()
lv_obj_get_scroll_left()
All items filtered out
Data Use
from
examples
invalidate_point()
reads 13 variables and writes 4 variables:
lv_area_t::x1
lv_area_t::y1
lv_area_t::y2
::LV_PART_MAIN
::LV_PART_INDICATOR
::LV_PART_ITEMS
lv_obj_t::coords
lv_chart_type_t::LV_CHART_TYPE_LINE
lv_chart_type_t::LV_CHART_TYPE_BAR
lv_chart_update_mode_t::LV_CHART_UPDATE_MODE_SHIFT
lv_chart_t::point_cnt
lv_chart_t::type
lv_chart_t::update_mode
All items filtered out
invalidate_point()
lv_area_t::x1
lv_area_t::y1
lv_area_t::x2
lv_area_t::y2
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