Home
last modified time | relevance | path

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

/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c40 #define LINE_POINT_NUM 16 macro
42 #define LINE_POINT_DIFF_MAX LV_MAX(LV_HOR_RES / (LINE_POINT_NUM + 2), LINE_POINT_DIFF_MIN * 2)
1091 static lv_point_t points[OBJ_NUM][LINE_POINT_NUM]; in line_create()
1098 for(j = 1; j < LINE_POINT_NUM; j++) { in line_create()
1108 lv_line_set_points(obj, points[i], LINE_POINT_NUM); in line_create()