Searched refs:lv_obj_allocate_ext_attr (Results 1 – 25 of 34) sorted by relevance
12
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_objx_templ.c | 67 lv_templ_ext_t * ext = lv_obj_allocate_ext_attr(new_templ, sizeof(lv_templ_ext_t)); in lv_templ_create()
|
A D | lv_led.c | 66 lv_led_ext_t * ext = lv_obj_allocate_ext_attr(new_led, sizeof(lv_led_ext_t)); in lv_led_create()
|
A D | lv_arc.c | 61 lv_arc_ext_t * ext = lv_obj_allocate_ext_attr(new_arc, sizeof(lv_arc_ext_t)); in lv_arc_create()
|
A D | lv_line.c | 62 lv_line_ext_t * ext = lv_obj_allocate_ext_attr(new_line, sizeof(lv_line_ext_t)); in lv_line_create()
|
A D | lv_lmeter.c | 66 lv_lmeter_ext_t * ext = lv_obj_allocate_ext_attr(new_lmeter, sizeof(lv_lmeter_ext_t)); in lv_lmeter_create()
|
A D | lv_preload.c | 73 lv_preload_ext_t * ext = lv_obj_allocate_ext_attr(new_preload, sizeof(lv_preload_ext_t)); in lv_preload_create()
|
A D | lv_cb.c | 64 lv_cb_ext_t * ext = lv_obj_allocate_ext_attr(new_cb, sizeof(lv_cb_ext_t)); in lv_cb_create()
|
A D | lv_img.c | 70 lv_img_ext_t * ext = lv_obj_allocate_ext_attr(new_img, sizeof(lv_img_ext_t)); in lv_img_create()
|
A D | lv_imgbtn.c | 58 lv_imgbtn_ext_t * ext = lv_obj_allocate_ext_attr(new_imgbtn, sizeof(lv_imgbtn_ext_t)); in lv_imgbtn_create()
|
A D | lv_sw.c | 65 lv_sw_ext_t * ext = lv_obj_allocate_ext_attr(new_sw, sizeof(lv_sw_ext_t)); in lv_sw_create()
|
A D | lv_kb.c | 106 lv_kb_ext_t * ext = lv_obj_allocate_ext_attr(new_kb, sizeof(lv_kb_ext_t)); in lv_kb_create()
|
A D | lv_spinbox.c | 60 lv_spinbox_ext_t * ext = lv_obj_allocate_ext_attr(new_spinbox, sizeof(lv_spinbox_ext_t)); in lv_spinbox_create()
|
A D | lv_mbox.c | 77 lv_mbox_ext_t * ext = lv_obj_allocate_ext_attr(new_mbox, sizeof(lv_mbox_ext_t)); in lv_mbox_create()
|
A D | lv_bar.c | 71 lv_bar_ext_t * ext = lv_obj_allocate_ext_attr(new_bar, sizeof(lv_bar_ext_t)); in lv_bar_create()
|
A D | lv_gauge.c | 72 lv_gauge_ext_t * ext = lv_obj_allocate_ext_attr(new_gauge, sizeof(lv_gauge_ext_t)); in lv_gauge_create()
|
A D | lv_win.c | 60 lv_win_ext_t * ext = lv_obj_allocate_ext_attr(new_win, sizeof(lv_win_ext_t)); in lv_win_create()
|
A D | lv_tileview.c | 72 lv_tileview_ext_t * ext = lv_obj_allocate_ext_attr(new_tileview, sizeof(lv_tileview_ext_t)); in lv_tileview_create()
|
A D | lv_btn.c | 86 lv_btn_ext_t * ext = lv_obj_allocate_ext_attr(new_btn, sizeof(lv_btn_ext_t)); in lv_btn_create()
|
A D | lv_slider.c | 67 lv_slider_ext_t * ext = lv_obj_allocate_ext_attr(new_slider, sizeof(lv_slider_ext_t)); in lv_slider_create()
|
A D | lv_cont.c | 75 lv_obj_allocate_ext_attr(new_cont, sizeof(lv_cont_ext_t)); in lv_cont_create()
|
A D | lv_roller.c | 75 lv_roller_ext_t * ext = lv_obj_allocate_ext_attr(new_roller, sizeof(lv_roller_ext_t)); in lv_roller_create()
|
A D | lv_list.c | 81 lv_list_ext_t * ext = lv_obj_allocate_ext_attr(new_list, sizeof(lv_list_ext_t)); in lv_list_create()
|
A D | lv_table.c | 63 lv_table_ext_t * ext = lv_obj_allocate_ext_attr(new_table, sizeof(lv_table_ext_t)); in lv_table_create()
|
A D | lv_canvas.c | 60 lv_canvas_ext_t * ext = lv_obj_allocate_ext_attr(new_canvas, sizeof(lv_canvas_ext_t)); in lv_canvas_create()
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.h | 611 void * lv_obj_allocate_ext_attr(lv_obj_t * obj, uint16_t ext_size);
|
Completed in 29 milliseconds
12