Searched refs:pressed_point_id (Results 1 – 2 of 2) sorted by relevance
111 lv_coord_t pressed_point_id; member
638 return chart->pressed_point_id; in lv_chart_get_pressed_point()667 chart->pressed_point_id = LV_CHART_POINT_NONE; in lv_chart_constructor()725 if(id != (uint32_t)chart->pressed_point_id) { in lv_chart_event()727 invalidate_point(obj, chart->pressed_point_id); in lv_chart_event()728 chart->pressed_point_id = id; in lv_chart_event()733 invalidate_point(obj, chart->pressed_point_id); in lv_chart_event()734 chart->pressed_point_id = LV_CHART_POINT_NONE; in lv_chart_event()