Home
last modified time | relevance | path

Searched refs:lv_obj_set_style (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_led.h94 lv_obj_set_style(led, style); in lv_led_set_style()
A Dlv_line.h104 lv_obj_set_style(line, style); in lv_line_set_style()
A Dlv_lmeter.h100 lv_obj_set_style(lmeter, style); in lv_lmeter_set_style()
A Dlv_img.h112 lv_obj_set_style(img, style); in lv_img_set_style()
A Dlv_cont.h146 lv_obj_set_style(cont, style); in lv_cont_set_style()
A Dlv_gauge.h132 lv_obj_set_style(gauge, style); in lv_gauge_set_style()
A Dlv_win.c80 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 Dlv_img.c94 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 Dlv_label.h190 lv_obj_set_style(label, style); in lv_label_set_style()
A Dlv_chart.h239 lv_obj_set_style(chart, style); in lv_chart_set_style()
A Dlv_btn.c126 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 Dlv_bar.c101 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 Dlv_arc.c142 case LV_ARC_STYLE_MAIN: lv_obj_set_style(arc, style); break; in lv_arc_set_style()
A Dlv_line.c78 lv_obj_set_style(new_line, NULL); /*Inherit parent's style*/ in lv_line_create()
A Dlv_preload.c98 lv_obj_set_style(new_preload, &lv_style_pretty_color); in lv_preload_create()
A Dlv_mbox.c279 case LV_MBOX_STYLE_BG: lv_obj_set_style(mbox, style); break; in lv_mbox_set_style()
A Dlv_btnm.c117 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 Dlv_calendar.c122 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 Dlv_tabview.c486 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 Dlv_tileview.c268 case LV_TILEVIEW_STYLE_MAIN: lv_obj_set_style(tileview, style); break; in lv_tileview_set_style()
A Dlv_page.c267 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 Dlv_roller.c225 case LV_ROLLER_STYLE_BG: lv_obj_set_style(roller, style); break; in lv_roller_set_style()
A Dlv_list.c205 lv_obj_set_style(img, ext->style_img); in lv_list_add_btn()
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_disp.c141 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 Dlv_obj.h436 void lv_obj_set_style(lv_obj_t * obj, const lv_style_t * style);

Completed in 34 milliseconds

12