Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_vector.c132 lv_vector_path_delete(path); in draw_shapes()
234 lv_vector_path_delete(path); in draw_lines()
297 lv_vector_path_delete(path); in test_transform()
329 lv_vector_path_delete(path); in event_cb()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_8.c40 lv_vector_path_delete(path); in lv_example_canvas_8()
/lvgl-latest/demos/vector_graphic/
Dlv_demo_vector_graphic.c145 lv_vector_path_delete(path2); in draw_shapes()
237 lv_vector_path_delete(path); in draw_vector()
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c1292 lv_vector_path_delete(path); in _render_rect()
1313 lv_vector_path_delete(path); in _render_circle()
1334 lv_vector_path_delete(path); in _render_ellipse()
1357 lv_vector_path_delete(path); in _render_line()
1505 lv_vector_path_delete(path); in _render_image()
1603 lv_vector_path_delete(glyph_path); in _render_text()
1665 lv_vector_path_delete(glyph_path); in _render_span()
1737 lv_vector_path_delete(poly->path); in _destroy_poly()
1765 lv_vector_path_delete(text->path); in _destroy_text()
1788 lv_vector_path_delete(span->path); in _destroy_tspan()
[all …]
/lvgl-latest/src/draw/
Dlv_draw_vector.h136 void lv_vector_path_delete(lv_vector_path_t * path);
Dlv_draw_vector.c132 void lv_vector_path_delete(lv_vector_path_t * path) in lv_vector_path_delete() function
795 lv_vector_path_delete(task->path); in lv_vector_for_each_destroy_tasks()