Home
last modified time | relevance | path

Searched refs:p_prev (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/chart/
Dlv_chart.c863 int32_t p_prev = start_point; in draw_series_line() local
864 … int32_t y_tmp = (int32_t)((int32_t)ser->y_points[p_prev] - chart->ymin[ser->y_axis_sec]) * h; in draw_series_line()
885 p_prev = p_act; in draw_series_line()
892 … if(ser->y_points[p_prev] != LV_CHART_POINT_NONE && ser->y_points[p_act] != LV_CHART_POINT_NONE) { in draw_series_line()
917 … if(ser->y_points[p_prev] != LV_CHART_POINT_NONE && ser->y_points[p_act] != LV_CHART_POINT_NONE) { in draw_series_line()
922 if(point_w && point_h && ser->y_points[p_prev] != LV_CHART_POINT_NONE) { in draw_series_line()
929 p_prev = p_act; in draw_series_line()
1003 int32_t p_prev = start_point; in draw_series_scatter() local
1031 p_prev = p_act; in draw_series_scatter()
1043 … if(ser->y_points[p_prev] != LV_CHART_POINT_NONE && ser->y_points[p_act] != LV_CHART_POINT_NONE) { in draw_series_scatter()
[all …]