Searched refs:lv_obj_set_style (Results 1 – 25 of 27) sorted by relevance
12
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_led.h | 94 lv_obj_set_style(led, style); in lv_led_set_style()
|
A D | lv_line.h | 104 lv_obj_set_style(line, style); in lv_line_set_style()
|
A D | lv_lmeter.h | 100 lv_obj_set_style(lmeter, style); in lv_lmeter_set_style()
|
A D | lv_img.h | 112 lv_obj_set_style(img, style); in lv_img_set_style()
|
A D | lv_cont.h | 146 lv_obj_set_style(cont, style); in lv_cont_set_style()
|
A D | lv_gauge.h | 132 lv_obj_set_style(gauge, style); in lv_gauge_set_style()
|
A D | lv_win.c | 80 lv_obj_set_style(new_win, &lv_style_pretty); in lv_win_create() 274 lv_obj_set_style(win, style); in lv_win_set_style() 280 lv_obj_set_style(ext->header, style); in lv_win_set_style()
|
A D | lv_img.c | 94 lv_obj_set_style(new_img, NULL); /*Inherit the style by default*/ in lv_img_create() 97 lv_obj_set_style(new_img, &lv_style_plain); /*Set a style for screens*/ in lv_img_create()
|
A D | lv_label.h | 190 lv_obj_set_style(label, style); in lv_label_set_style()
|
A D | lv_chart.h | 239 lv_obj_set_style(chart, style); in lv_chart_set_style()
|
A D | lv_btn.c | 126 lv_obj_set_style(new_btn, ext->styles[LV_BTN_STATE_REL]); in lv_btn_create() 176 lv_obj_set_style(btn, ext->styles[state]); in lv_btn_set_state() 270 lv_obj_set_style(btn, ext->styles[ext->state]); in lv_btn_set_style()
|
A D | lv_bar.c | 101 lv_obj_set_style(new_bar, &lv_style_pretty); in lv_bar_create() 243 case LV_BAR_STYLE_BG: lv_obj_set_style(bar, style); break; in lv_bar_set_style()
|
A D | lv_arc.c | 142 case LV_ARC_STYLE_MAIN: lv_obj_set_style(arc, style); break; in lv_arc_set_style()
|
A D | lv_line.c | 78 lv_obj_set_style(new_line, NULL); /*Inherit parent's style*/ in lv_line_create()
|
A D | lv_preload.c | 98 lv_obj_set_style(new_preload, &lv_style_pretty_color); in lv_preload_create()
|
A D | lv_mbox.c | 279 case LV_MBOX_STYLE_BG: lv_obj_set_style(mbox, style); break; in lv_mbox_set_style()
|
A D | lv_btnm.c | 117 lv_obj_set_style(new_btnm, &lv_style_pretty); in lv_btnm_create() 303 case LV_BTNM_STYLE_BG: lv_obj_set_style(btnm, style); break; in lv_btnm_set_style()
|
A D | lv_calendar.c | 122 lv_obj_set_style(new_calendar, &lv_style_pretty); in lv_calendar_create() 277 case LV_CALENDAR_STYLE_BG: lv_obj_set_style(calendar, style); break; in lv_calendar_set_style()
|
A D | lv_tabview.c | 486 case LV_TABVIEW_STYLE_BG: lv_obj_set_style(tabview, style); break; in lv_tabview_set_style() 499 lv_obj_set_style(ext->indic, style); in lv_tabview_set_style()
|
A D | lv_tileview.c | 268 case LV_TILEVIEW_STYLE_MAIN: lv_obj_set_style(tileview, style); break; in lv_tileview_set_style()
|
A D | lv_page.c | 267 case LV_PAGE_STYLE_BG: lv_obj_set_style(page, style); break; in lv_page_set_style() 268 case LV_PAGE_STYLE_SCRL: lv_obj_set_style(ext->scrl, style); break; in lv_page_set_style()
|
A D | lv_roller.c | 225 case LV_ROLLER_STYLE_BG: lv_obj_set_style(roller, style); break; in lv_roller_set_style()
|
A D | lv_list.c | 205 lv_obj_set_style(img, ext->style_img); in lv_list_add_btn()
|
/AliOS-Things-master/components/littlevgl/src/lv_hal/ |
A D | lv_hal_disp.c | 141 lv_obj_set_style(disp->top_layer, &lv_style_transp); in lv_disp_drv_register() 142 lv_obj_set_style(disp->sys_layer, &lv_style_transp); in lv_disp_drv_register()
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.h | 436 void lv_obj_set_style(lv_obj_t * obj, const lv_style_t * style);
|
Completed in 34 milliseconds
12