/lvgl-latest/src/misc/ |
D | lv_event.c | 72 lv_result_t lv_event_send(lv_event_list_t * list, lv_event_t * e, bool preprocess) in lv_event_send() 120 lv_event_dsc_t * lv_event_add(lv_event_list_t * list, lv_event_cb_t cb, lv_event_code_t filter, in lv_event_add() 139 bool lv_event_remove_dsc(lv_event_list_t * list, lv_event_dsc_t * dsc) in lv_event_remove_dsc() 157 uint32_t lv_event_get_count(lv_event_list_t * list) in lv_event_get_count() 163 lv_event_dsc_t * lv_event_get_dsc(lv_event_list_t * list, uint32_t index) in lv_event_get_dsc() 183 bool lv_event_remove(lv_event_list_t * list, uint32_t index) in lv_event_remove() 193 void lv_event_remove_all(lv_event_list_t * list) in lv_event_remove_all() 377 static void cleanup_event_list(lv_event_list_t * list) in cleanup_event_list() 387 static void event_mark_deleting(lv_event_list_t * list, lv_event_dsc_t * dsc) in event_mark_deleting() 396 static uint32_t event_array_size(lv_event_list_t * list) in event_array_size() [all …]
|
D | lv_ll.h | 161 #define LV_LL_READ(list, i) for(i = lv_ll_get_head(list); i != NULL; i = lv_ll_get_next(list, i)) argument 163 #define LV_LL_READ_BACK(list, i) for(i = lv_ll_get_tail(list); i != NULL; i = lv_ll_get_prev(list, … argument
|
/lvgl-latest/src/widgets/list/ |
D | lv_list.c | 75 lv_obj_t * lv_list_add_text(lv_obj_t * list, const char * txt) in lv_list_add_text() 85 lv_obj_t * lv_list_add_button(lv_obj_t * list, const void * icon, const char * txt) in lv_list_add_button() 109 const char * lv_list_get_button_text(lv_obj_t * list, lv_obj_t * btn) in lv_list_get_button_text() 124 void lv_list_set_button_text(lv_obj_t * list, lv_obj_t * btn, const char * txt) in lv_list_set_button_text()
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_4.c | 7 lv_obj_t * list = lv_obj_get_parent(obj); in event_handler() local 20 lv_obj_t * list = lv_list_create(lv_screen_active()); in lv_example_gridnav_4() local
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_3.c | 12 lv_obj_t * list = lv_event_get_user_data(e); in float_button_event_cb() local 29 lv_obj_t * list = lv_list_create(lv_screen_active()); in lv_example_scroll_3() local
|
D | lv_example_scroll_2.c | 10 lv_obj_t * list = lv_event_get_user_data(e); in sw_event_cb() local
|
/lvgl-latest/examples/widgets/tileview/ |
D | lv_example_tileview_1.c | 32 lv_obj_t * list = lv_list_create(tile3); in lv_example_tileview_1() local
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_dropdown.c | 149 lv_obj_t * list = lv_dropdown_get_list(dd1); in test_dropdown_click() local 358 lv_obj_t * list = lv_dropdown_get_list(dd3); in test_dropdown_render_1() local 439 lv_obj_t * list = lv_dropdown_get_list(dd); in test_dropdown_should_list_on_top() local
|
D | test_list.c | 7 static lv_obj_t * list; variable
|
/lvgl-latest/demos/scroll/ |
D | lv_demo_scroll.c | 29 static lv_obj_t * list; variable
|
/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 38 static lv_obj_t * list; variable
|
D | lv_demo_music_list.c | 32 static lv_obj_t * list; variable
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown_private.h | 36 lv_obj_t * list; /**< The dropped down list*/ member
|
D | lv_dropdown.c | 672 lv_dropdown_list_t * list = (lv_dropdown_list_t *)dropdown->list; in lv_dropdown_constructor() local 712 lv_dropdown_list_t * list = (lv_dropdown_list_t *)list_obj; in lv_dropdownlist_destructor() local 833 lv_obj_t * list = lv_event_get_current_target(e); in lv_dropdown_list_event() local 975 lv_dropdown_list_t * list = (lv_dropdown_list_t *)list_obj; in draw_list() local 1133 lv_dropdown_list_t * list = (lv_dropdown_list_t *) list_obj; in list_release_handler() local 1169 lv_dropdown_list_t * list = (lv_dropdown_list_t *) list_obj; in list_press_handler() local
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 127 lv_obj_t * list = lv_list_create(parent); in selectors_create() local
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 189 lv_obj_t * list = lv_dropdown_get_list(dd); in dropdown_create() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_svg.c | 295 … lv_svg_attr_values_list_t * list = (lv_svg_attr_values_list_t *)(LV_ARRAY_GET(&svg_node->attrs, 0, in testPathElement() local 596 … lv_svg_attr_values_list_t * list = (lv_svg_attr_values_list_t *)(LV_ARRAY_GET(&svg_node->attrs, 0, in testStrokeFillAttrs() local 744 … lv_svg_attr_values_list_t * list = (lv_svg_attr_values_list_t *)(LV_ARRAY_GET(&svg_node->attrs, 0, in testBadCase() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_parser.c | 809 …lv_svg_attr_values_list_t * list = lv_malloc(sizeof(lv_svg_point_t) * list_cap + sizeof(uint32_t)); in _process_points_value() local 911 lv_svg_attr_values_list_t * list = lv_malloc(list_size); in _process_path_value() local 1212 lv_svg_attr_values_list_t * list = lv_malloc(sizeof(float) * list_cap + sizeof(uint32_t)); in _process_paint_dasharray() local 1803 lv_svg_attr_values_list_t * list = lv_malloc(sizeof(float) * 4 + sizeof(uint32_t)); in _parse_anim_value() local 1826 lv_svg_attr_values_list_t * list = lv_malloc(sizeof(lv_svg_point_t) + sizeof(uint32_t)); in _parse_anim_value() local 1846 lv_svg_attr_values_list_t * list; member
|
D | lv_svg_render.c | 204 lv_svg_render_obj_t * list; member 995 lv_svg_render_obj_t * list = obj->head; in _copy_draw_dsc_from_ref() local 1008 lv_svg_render_obj_t * list = obj->head; in _copy_draw_dsc_from_ref() local 1390 lv_svg_render_obj_t * list = *((lv_svg_render_obj_t **)lv_array_at(&group->items, i)); in _render_group() local 1522 lv_svg_render_obj_t * list = obj->head; in _render_use() local 2147 void lv_svg_render_delete(lv_svg_render_obj_t * list) in lv_svg_render_delete() 2194 lv_svg_render_obj_t * list = lv_svg_render_create(svg_doc); in lv_draw_svg() local
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 139 lv_obj_t * list = lv_event_get_target(e); in lv_demo_smartwatch_scroll_event() local
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 361 lv_event_list_t * list = target->spec_attr ? &target->spec_attr->event_list : NULL; in event_send_core() local
|
/lvgl-latest/src/others/observer/ |
D | lv_observer.c | 274 void lv_subject_init_group(lv_subject_t * subject, lv_subject_t * list[], uint32_t list_len) in lv_subject_init_group()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 596 void lv_textarea_set_accepted_chars(lv_obj_t * obj, const char * list) in lv_textarea_set_accepted_chars()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 979 lv_obj_t * list = lv_obj_create(parent); in shop_create() local
|