Home
last modified time | relevance | path

Searched refs:lv_vector_path_copy (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_vector.h124 void lv_vector_path_copy(lv_vector_path_t * target_path, const lv_vector_path_t * path);
Dlv_draw_vector.c119 void lv_vector_path_copy(lv_vector_path_t * target_path, const lv_vector_path_t * path) in lv_vector_path_copy() function
714 lv_vector_path_copy(new_task->path, path); in lv_vector_dsc_add_path()
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c1589 lv_vector_path_copy(glyph_path, p); in _render_text()
1653 lv_vector_path_copy(glyph_path, p); in _render_span()