Searched refs:lv_array_push_back (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_array.c | 24 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()
|
D | test_svg.c | 54 lv_array_push_back(&node3->attrs, &attr1); in testNodeTree()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 144 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/ |
D | lv_vg_lite_pending.c | 74 lv_array_push_back(&pending->objs, obj); in lv_vg_lite_pending_add()
|
/lvgl-latest/src/misc/ |
D | lv_array.h | 165 lv_result_t lv_array_push_back(lv_array_t * array, const void * element);
|
D | lv_circle_buf.c | 295 for(uint32_t i = 0; i < required; i++) lv_array_push_back(&circle_buf->array, NULL); in circle_buf_prepare_empty()
|
D | lv_array.c | 174 lv_result_t lv_array_push_back(lv_array_t * array, const void * element) in lv_array_push_back() function
|
D | lv_event.c | 135 lv_array_push_back(&list->array, &dsc); in lv_event_add()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 367 lv_array_push_back(&c->about_slides_array, &loaded_draw_buf); in lv_demo_high_res_base_obj_create()
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 861 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()
|