Searched refs:pts4 (Results 1 – 1 of 1) sorted by relevance
173 lv_fpoint_t pts4[] = {{100, 150}, {50, 250}, {150, 250}}; in draw_lines() local175 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()