Searched refs:target_path (Results 1 – 2 of 2) sorted by relevance
124 void lv_vector_path_copy(lv_vector_path_t * target_path, const lv_vector_path_t * path);
119 void lv_vector_path_copy(lv_vector_path_t * target_path, const lv_vector_path_t * path) in lv_vector_path_copy() argument121 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()