Searched refs:y_min (Results 1 – 2 of 2) sorted by relevance
99 lv_coord_t y_min = p[0].y; in lv_draw_sw_polygon() local103 if(p[i].y < y_min) { in lv_draw_sw_polygon()104 y_min = p[i].y; in lv_draw_sw_polygon()
940 lv_coord_t y_min = p2.y; in draw_series_line() local967 y_min = LV_MIN(y_min, p2.y); in draw_series_line()972 p1.y = y_min; in draw_series_line()977 y_min = y_cur; /*Start the line of the next x from the current last y*/ in draw_series_line()