Searched refs:lv_vector_path_append_rect (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 31 lv_vector_path_append_rect(path, &rect1, 0, 0); in draw_shapes() 36 lv_vector_path_append_rect(path, &rect1, 20, 20); in draw_shapes() 90 lv_vector_path_append_rect(path, &rect1, 20, 20); in draw_shapes() 92 lv_vector_path_append_rect(path, &rect2, 15, 15); in draw_shapes() 211 lv_vector_path_append_rect(path, &rect1, 0, 0); in draw_lines()
|
/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 126 lv_vector_path_append_rect(path, &rect, 50, 60); in draw_shapes() 135 lv_vector_path_append_rect(path, &rect2, 10, 10); in draw_shapes()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.h | 190 void lv_vector_path_append_rect(lv_vector_path_t * path, const lv_area_t * rect, float rx, float ry…
|
D | lv_draw_vector.c | 237 void lv_vector_path_append_rect(lv_vector_path_t * path, const lv_area_t * rect, float rx, float ry) in lv_vector_path_append_rect() function
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 1288 lv_vector_path_append_rect(path, &rc, rect->rx, rect->ry); in _render_rect() 1419 lv_vector_path_append_rect(path, &rc, 0, 0); in _render_image()
|