Searched refs:lv_vg_lite_path_append_arc (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_border.c | 331 lv_vg_lite_path_append_arc(path, c3_x, c3_y, r, sweep_beta, sweep_alpha, false); in path_append_inner_rect() 333 lv_vg_lite_path_append_arc(path, c4_x, c4_y, r, 90, sweep_alpha, false); in path_append_inner_rect() 339 lv_vg_lite_path_append_arc(path, c1_x, c1_y, r, 270 - sweep_alpha, sweep_alpha, false); in path_append_inner_rect() 341 lv_vg_lite_path_append_arc(path, c2_x, c2_y, r, 270, sweep_alpha, false); in path_append_inner_rect() 348 lv_vg_lite_path_append_arc(path, c4_x, c4_y, r, 90 + sweep_beta, sweep_alpha, false); in path_append_inner_rect() 350 lv_vg_lite_path_append_arc(path, c1_x, c1_y, r, 180, sweep_alpha, false); in path_append_inner_rect() 356 lv_vg_lite_path_append_arc(path, c2_x, c2_y, r, 270 + sweep_beta, sweep_alpha, false); in path_append_inner_rect() 358 lv_vg_lite_path_append_arc(path, c3_x, c3_y, r, 0, sweep_alpha, false); in path_append_inner_rect()
|
D | lv_draw_vg_lite_arc.c | 120 lv_vg_lite_path_append_arc(path, in lv_draw_vg_lite_arc() 131 lv_vg_lite_path_append_arc(path, in lv_draw_vg_lite_arc() 143 lv_vg_lite_path_append_arc(path, cx, cy, radius_out, start_angle, sweep_angle, true); in lv_draw_vg_lite_arc()
|
D | lv_vg_lite_path.h | 122 void lv_vg_lite_path_append_arc(lv_vg_lite_path_t * path,
|
D | lv_vg_lite_path.c | 521 void lv_vg_lite_path_append_arc(lv_vg_lite_path_t * path, in lv_vg_lite_path_append_arc() function
|