Searched refs:LINE_POINT_DIFF_MIN (Results 1 – 1 of 1) sorted by relevance
41 #define LINE_POINT_DIFF_MIN (LV_DPI_DEF / 10) macro42 #define LINE_POINT_DIFF_MAX LV_MAX(LV_HOR_RES / (LINE_POINT_NUM + 2), LINE_POINT_DIFF_MIN * 2)1099 … points[i][j].x = points[i][j - 1].x + rnd_next(LINE_POINT_DIFF_MIN, LINE_POINT_DIFF_MAX); in line_create()1100 points[i][j].y = rnd_next(LINE_POINT_DIFF_MIN, LINE_POINT_DIFF_MAX); in line_create()