Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_vector.c30 lv_vector_path_clear(path); in draw_shapes()
35 lv_vector_path_clear(path); in draw_shapes()
42 lv_vector_path_clear(path); in draw_shapes()
89 lv_vector_path_clear(path); in draw_shapes()
99 lv_vector_path_clear(path); in draw_shapes()
127 lv_vector_path_clear(path); in draw_shapes()
150 lv_vector_path_clear(path); in draw_lines()
156 lv_vector_path_clear(path); in draw_lines()
164 lv_vector_path_clear(path); in draw_lines()
174 lv_vector_path_clear(path); in draw_lines()
[all …]
/lvgl-latest/demos/vector_graphic/
Dlv_demo_vector_graphic.c28 lv_vector_path_clear(path); in draw_pattern()
53 lv_vector_path_clear(path); in draw_gradient()
83 lv_vector_path_clear(path); in draw_radial_gradient()
110 lv_vector_path_clear(path); in draw_shapes()
122 lv_vector_path_clear(path); in draw_shapes()
131 lv_vector_path_clear(path); in draw_shapes()
150 lv_vector_path_clear(path); in draw_lines()
174 lv_vector_path_clear(path); in draw_blend()
190 lv_vector_path_clear(path); in draw_arc()
214 lv_vector_path_clear(path); in draw_arc()
/lvgl-latest/src/draw/
Dlv_draw_vector.h130 void lv_vector_path_clear(lv_vector_path_t * path);
Dlv_draw_vector.c126 void lv_vector_path_clear(lv_vector_path_t * path) in lv_vector_path_clear() function
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c467 lv_vector_path_clear(poly->path); in _set_polyline_attr()
514 lv_vector_path_clear(poly->path); in _set_path_attr()
579 lv_vector_path_clear((obj)->path); \
593 lv_vector_path_clear((obj)->path); \
604 lv_vector_path_clear((obj)->path); \
618 lv_vector_path_clear((obj)->path); \
632 lv_vector_path_clear((obj)->path); \
1588 lv_vector_path_clear(glyph_path); in _render_text()
1652 lv_vector_path_clear(glyph_path); in _render_span()