Searched refs:lv_array_concat (Results 1 – 4 of 4) sorted by relevance
155 lv_result_t lv_array_concat(lv_array_t * array, const lv_array_t * other);
157 lv_result_t lv_array_concat(lv_array_t * array, const lv_array_t * other) in lv_array_concat() function
91 TEST_ASSERT_TRUE(lv_array_concat(&a, &b) == LV_RESULT_OK); in test_array_concat()
460 lv_array_concat(&path->ops, &subpath->ops); in lv_vector_path_append_path()463 lv_array_concat(&path->points, &subpath->points); in lv_vector_path_append_path()