Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/widgets/chart/
Dlv_chart.c971 lv_coord_t y_cur = p2.y; in draw_series_line() local
979 y_min = y_cur; /*Start the line of the next x from the current last y*/ in draw_series_line()
980 y_max = y_cur; in draw_series_line()