Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 2 of 2) 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() argument
121 target_path->quality = path->quality; in lv_vector_path_copy()
122 lv_array_copy(&target_path->ops, &path->ops); in lv_vector_path_copy()
123 lv_array_copy(&target_path->points, &path->points); in lv_vector_path_copy()