Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_vector.c173 lv_fpoint_t pts4[] = {{100, 150}, {50, 250}, {150, 250}}; in draw_lines() local
175 lv_vector_path_move_to(path, &pts4[0]); in draw_lines()
176 lv_vector_path_line_to(path, &pts4[1]); in draw_lines()
177 lv_vector_path_line_to(path, &pts4[2]); in draw_lines()