/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_tabview_parser.c | 42 void * item = lv_tabview_create(lv_xml_state_get_parent(state)); in lv_xml_tabview_create() local 50 void * item = lv_xml_state_get_item(state); in lv_xml_tabview_apply() local 66 void * item = lv_tabview_get_tab_bar(lv_xml_state_get_parent(state)); in lv_xml_tabview_tab_bar_create() local 80 void * item = lv_tabview_add_tab(lv_xml_state_get_parent(state), text); in lv_xml_tabview_tab_create() local
|
D | lv_xml_label_parser.c | 43 void * item = lv_label_create(lv_xml_state_get_parent(state)); in lv_xml_label_create() local 50 void * item = lv_xml_state_get_item(state); in lv_xml_label_apply() local
|
D | lv_xml_image_parser.c | 43 void * item = lv_image_create(lv_xml_state_get_parent(state)); in lv_xml_image_create() local 55 void * item = lv_xml_state_get_item(state); in lv_xml_image_apply() local
|
D | lv_xml_dropdown_parser.c | 42 void * item = lv_dropdown_create(lv_xml_state_get_parent(state)); in lv_xml_dropdown_create() local 50 void * item = lv_xml_state_get_item(state); in lv_xml_dropdown_apply() local
|
D | lv_xml_slider_parser.c | 45 void * item = lv_slider_create(lv_xml_state_get_parent(state)); in lv_xml_slider_create() local 51 void * item = lv_xml_state_get_item(state); in lv_xml_slider_apply() local
|
D | lv_xml_obj_parser.c | 48 void * item = lv_obj_create(lv_xml_state_get_parent(state)); in lv_xml_obj_create() local 55 void * item = lv_xml_state_get_item(state); in lv_xml_obj_apply() local
|
D | lv_xml_chart_parser.c | 45 void * item = lv_chart_create(lv_xml_state_get_parent(state)); in lv_xml_chart_create() local 53 void * item = lv_xml_state_get_item(state); in lv_xml_chart_apply() local 77 …void * item = lv_chart_add_series(lv_xml_state_get_parent(state), lv_color_hex(lv_xml_strtol(color… in lv_xml_chart_series_create() local 107 …void * item = lv_chart_add_cursor(lv_xml_state_get_parent(state), lv_color_hex(lv_xml_strtol(color… in lv_xml_chart_cursor_create() local
|
D | lv_xml_button_parser.c | 44 void * item = lv_button_create(lv_xml_state_get_parent(state)); in lv_xml_button_create() local
|
D | lv_xml_table_parser.c | 43 void * item = lv_table_create(lv_xml_state_get_parent(state)); in lv_xml_table_create() local 51 void * item = lv_xml_state_get_item(state); in lv_xml_table_apply() local
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_2.c | 23 lv_obj_t * item = lv_list_add_button(list1, LV_SYMBOL_FILE, buf); in lv_example_gridnav_2() local 37 lv_obj_t * item = lv_list_add_button(list2, LV_SYMBOL_DIRECTORY, buf); in lv_example_gridnav_2() local
|
D | lv_example_gridnav_4.c | 36 lv_obj_t * item = lv_list_add_button(list, LV_SYMBOL_FILE, buf); in lv_example_gridnav_4() local
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_flex_loader.c | 18 #define FLEX_ALIGN_EVENT_DEF(item) \ argument 30 #define FLEX_ALIGN_DDLIST_UPDATE_DEF(item) \ argument 42 #define FLEX_ALIGN_EVENT_ATTACH(item) \ argument
|
D | lv_demo_flex_layout_ctrl_pad.c | 18 #define SPINBOX_UPDATE_STYLE_VALUE(item) \ argument 25 #define SPINBOX_EVENT_ATTACH(item) \ argument
|
D | lv_demo_flex_layout_view_ctrl_pad.c | 18 #define DDLIST_ALIGN_CREATE_DEF(item) \ argument
|
/lvgl-latest/src/misc/ |
D | lv_lru.c | 106 lv_lru_item_t * item = NULL, * next = NULL; in lv_lru_delete() local 146 lv_lru_item_t * item = NULL, * prev = NULL; in lv_lru_set() local 195 lv_lru_item_t * item = cache->items[hash_index]; in lv_lru_get() local 217 lv_lru_item_t * item = NULL, * prev = NULL; in lv_lru_remove() local 236 lv_lru_item_t * item = NULL, * prev = NULL; in lv_lru_remove_lru_item() local 300 static int lv_lru_cmp_keys(lv_lru_item_t * item, const void * key, uint32_t key_length) in lv_lru_cmp_keys() 310 static void lv_lru_remove_item(lv_lru_t * cache, lv_lru_item_t * prev, lv_lru_item_t * item, uint32… in lv_lru_remove_item() 332 lv_lru_item_t * item = NULL; in lv_lru_pop_or_create_item() local
|
D | lv_profiler_builtin.c | 193 lv_profiler_builtin_item_t * item = &profiler_ctx->item_arr[profiler_ctx->cur_index]; in lv_profiler_builtin_write() local 243 lv_profiler_builtin_item_t * item = &profiler_ctx->item_arr[cur++]; in flush_no_lock() local
|
/lvgl-latest/src/others/fragment/ |
D | lv_fragment_manager.c | 129 lv_fragment_stack_item_t * item = NULL; in lv_fragment_manager_remove() local 162 lv_fragment_stack_item_t * item = lv_ll_ins_tail(&manager->stack); in lv_fragment_manager_push() local 234 static void item_create_obj(lv_fragment_managed_states_t * item) in item_create_obj() 240 static void item_delete_obj(lv_fragment_managed_states_t * item) in item_delete_obj() 249 static void item_delete_fragment(lv_fragment_managed_states_t * item) in item_delete_fragment()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_grad.c | 382 static bool linear_grad_create(grad_item_t * item) in linear_grad_create() 423 static bool linear_ext_grad_create(grad_item_t * item) in linear_ext_grad_create() 476 static bool radial_grad_create(grad_item_t * item) in radial_grad_create() 571 static bool grad_create_cb(grad_item_t * item, void * user_data) in grad_create_cb() 593 static void grad_free_cb(grad_item_t * item, void * user_data) in grad_free_cb()
|
D | lv_vg_lite_stroke.c | 202 static bool stroke_create_cb(stroke_item_t * item, void * user_data) in stroke_create_cb() 277 static void stroke_free_cb(stroke_item_t * item, void * user_data) in stroke_free_cb()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml.c | 132 lv_obj_t * item = NULL; in lv_xml_create() local 331 void * item = NULL; in view_start_element_handler() local
|
D | lv_xml_parser.h | 42 lv_obj_t * item; member
|
D | lv_xml_component.c | 64 lv_obj_t * item = lv_xml_create_from_ctx(state->parent, &state->ctx, ctx, attrs); in lv_xml_component_process() local
|
/lvgl-latest/src/layouts/grid/ |
D | lv_grid.c | 211 lv_obj_t * item = cont->spec_attr->children[i]; in grid_update() local 313 lv_obj_t * item = lv_obj_get_child(cont, ci); in calc_cols() local 402 lv_obj_t * item = lv_obj_get_child(cont, ci); in calc_rows() local 464 static void item_repos(lv_obj_t * item, lv_grid_calc_t * c, item_repos_hint_t * hint) in item_repos()
|
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.c | 34 lv_obj_t * item; member 256 lv_obj_t * item = lv_obj_get_child(cont, item_id); in find_track_end() local 389 lv_obj_t * item = lv_obj_get_child(cont, item_first_id); in children_repos() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 110 lv_grad_t * item = lv_malloc(req_size); in allocate_item() local 150 lv_grad_t * item = allocate_item(g, w, h); in lv_gradient_get() local
|