Home
last modified time | relevance | path

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 Dlv_objx_templ.c67 lv_templ_ext_t * ext = lv_obj_allocate_ext_attr(new_templ, sizeof(lv_templ_ext_t)); in lv_templ_create()
A Dlv_led.c66 lv_led_ext_t * ext = lv_obj_allocate_ext_attr(new_led, sizeof(lv_led_ext_t)); in lv_led_create()
A Dlv_arc.c61 lv_arc_ext_t * ext = lv_obj_allocate_ext_attr(new_arc, sizeof(lv_arc_ext_t)); in lv_arc_create()
A Dlv_line.c62 lv_line_ext_t * ext = lv_obj_allocate_ext_attr(new_line, sizeof(lv_line_ext_t)); in lv_line_create()
A Dlv_lmeter.c66 lv_lmeter_ext_t * ext = lv_obj_allocate_ext_attr(new_lmeter, sizeof(lv_lmeter_ext_t)); in lv_lmeter_create()
A Dlv_preload.c73 lv_preload_ext_t * ext = lv_obj_allocate_ext_attr(new_preload, sizeof(lv_preload_ext_t)); in lv_preload_create()
A Dlv_cb.c64 lv_cb_ext_t * ext = lv_obj_allocate_ext_attr(new_cb, sizeof(lv_cb_ext_t)); in lv_cb_create()
A Dlv_img.c70 lv_img_ext_t * ext = lv_obj_allocate_ext_attr(new_img, sizeof(lv_img_ext_t)); in lv_img_create()
A Dlv_imgbtn.c58 lv_imgbtn_ext_t * ext = lv_obj_allocate_ext_attr(new_imgbtn, sizeof(lv_imgbtn_ext_t)); in lv_imgbtn_create()
A Dlv_sw.c65 lv_sw_ext_t * ext = lv_obj_allocate_ext_attr(new_sw, sizeof(lv_sw_ext_t)); in lv_sw_create()
A Dlv_kb.c106 lv_kb_ext_t * ext = lv_obj_allocate_ext_attr(new_kb, sizeof(lv_kb_ext_t)); in lv_kb_create()
A Dlv_spinbox.c60 lv_spinbox_ext_t * ext = lv_obj_allocate_ext_attr(new_spinbox, sizeof(lv_spinbox_ext_t)); in lv_spinbox_create()
A Dlv_mbox.c77 lv_mbox_ext_t * ext = lv_obj_allocate_ext_attr(new_mbox, sizeof(lv_mbox_ext_t)); in lv_mbox_create()
A Dlv_bar.c71 lv_bar_ext_t * ext = lv_obj_allocate_ext_attr(new_bar, sizeof(lv_bar_ext_t)); in lv_bar_create()
A Dlv_gauge.c72 lv_gauge_ext_t * ext = lv_obj_allocate_ext_attr(new_gauge, sizeof(lv_gauge_ext_t)); in lv_gauge_create()
A Dlv_win.c60 lv_win_ext_t * ext = lv_obj_allocate_ext_attr(new_win, sizeof(lv_win_ext_t)); in lv_win_create()
A Dlv_tileview.c72 lv_tileview_ext_t * ext = lv_obj_allocate_ext_attr(new_tileview, sizeof(lv_tileview_ext_t)); in lv_tileview_create()
A Dlv_btn.c86 lv_btn_ext_t * ext = lv_obj_allocate_ext_attr(new_btn, sizeof(lv_btn_ext_t)); in lv_btn_create()
A Dlv_slider.c67 lv_slider_ext_t * ext = lv_obj_allocate_ext_attr(new_slider, sizeof(lv_slider_ext_t)); in lv_slider_create()
A Dlv_cont.c75 lv_obj_allocate_ext_attr(new_cont, sizeof(lv_cont_ext_t)); in lv_cont_create()
A Dlv_roller.c75 lv_roller_ext_t * ext = lv_obj_allocate_ext_attr(new_roller, sizeof(lv_roller_ext_t)); in lv_roller_create()
A Dlv_list.c81 lv_list_ext_t * ext = lv_obj_allocate_ext_attr(new_list, sizeof(lv_list_ext_t)); in lv_list_create()
A Dlv_table.c63 lv_table_ext_t * ext = lv_obj_allocate_ext_attr(new_table, sizeof(lv_table_ext_t)); in lv_table_create()
A Dlv_canvas.c60 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 Dlv_obj.h611 void * lv_obj_allocate_ext_attr(lv_obj_t * obj, uint16_t ext_size);

Completed in 29 milliseconds

12