Home
last modified time | relevance | path

Searched refs:lv_array_push_back (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_array.c24 lv_array_push_back(&array, &i); in test_array_append_values()
33 lv_array_push_back(&array, &v); in test_array_set_get()
41 lv_array_push_back(&array, &i); in test_array_size()
53 lv_array_push_back(&array, &i); in test_array_resize()
68 lv_array_push_back(&array, &i); in test_array_copy()
87 lv_array_push_back(&a, &i); in test_array_concat()
88 lv_array_push_back(&b, &i); in test_array_concat()
Dtest_svg.c54 lv_array_push_back(&node3->attrs, &attr1); in testNodeTree()
/lvgl-latest/src/draw/
Dlv_draw_vector.c144 lv_array_push_back(&path->ops, &op); in lv_vector_path_move_to()
145 lv_array_push_back(&path->points, p); in lv_vector_path_move_to()
158 lv_array_push_back(&path->ops, &op); in lv_vector_path_line_to()
159 lv_array_push_back(&path->points, p); in lv_vector_path_line_to()
172 lv_array_push_back(&path->ops, &op); in lv_vector_path_quad_to()
173 lv_array_push_back(&path->points, p1); in lv_vector_path_quad_to()
174 lv_array_push_back(&path->points, p2); in lv_vector_path_quad_to()
188 lv_array_push_back(&path->ops, &op); in lv_vector_path_cubic_to()
189 lv_array_push_back(&path->points, p1); in lv_vector_path_cubic_to()
190 lv_array_push_back(&path->points, p2); in lv_vector_path_cubic_to()
[all …]
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_pending.c74 lv_array_push_back(&pending->objs, obj); in lv_vg_lite_pending_add()
/lvgl-latest/src/misc/
Dlv_array.h165 lv_result_t lv_array_push_back(lv_array_t * array, const void * element);
Dlv_circle_buf.c295 for(uint32_t i = 0; i < required; i++) lv_array_push_back(&circle_buf->array, NULL); in circle_buf_prepare_empty()
Dlv_array.c174 lv_result_t lv_array_push_back(lv_array_t * array, const void * element) in lv_array_push_back() function
Dlv_event.c135 lv_array_push_back(&list->array, &dsc); in lv_event_add()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c367 lv_array_push_back(&c->about_slides_array, &loaded_draw_buf); in lv_demo_high_res_base_obj_create()
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c861 lv_array_push_back(dash_array, (uint8_t *)(&dashs[i])); in _set_attr()
2034 lv_array_push_back(&text->contents, (uint8_t *)(&svg_node->render_obj)); in _lv_svg_doc_walk_after_cb()
2049 lv_array_push_back(&group->items, (uint8_t *)(&child->render_obj)); in _lv_svg_doc_walk_after_cb()