Home
last modified time | relevance | path

Searched refs:tgl_rel (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme_material.c132 tgl_rel.body.grad_color = tgl_rel.body.main_color; in btn_init()
149 theme.style.btn.tgl_rel = &tgl_rel; in btn_init()
419 tgl_rel.body.grad_color = tgl_rel.body.main_color; in cb_init()
433 theme.style.cb.box.tgl_rel = &tgl_rel; in cb_init()
468 tgl_rel.body.grad_color = tgl_rel.body.main_color; in btnm_init()
483 theme.style.btnm.btn.tgl_rel = &tgl_rel; in btnm_init()
500 theme.style.kb.btn.tgl_rel = theme.style.btnm.btn.tgl_rel; in kb_init()
600 tgl_rel.body.grad_color = tgl_rel.body.main_color; in list_init()
617 theme.style.list.btn.tgl_rel = &tgl_rel; in list_init()
717 tgl_rel.glass = 0; in tabview_init()
[all …]
A Dlv_theme.h56 lv_style_t * tgl_rel; member
67 lv_style_t * tgl_rel; member
170 lv_style_t * tgl_rel; member
185 lv_style_t * tgl_rel; member
200 lv_style_t * tgl_rel; member
258 lv_style_t * tgl_rel; member
292 lv_style_t * tgl_rel; member
A Dlv_theme_zen.c140 theme.style.btn.tgl_rel = ≺ in btn_init()
390 tgl_rel.body.grad_color = tgl_rel.body.main_color; in cb_init()
403 theme.style.cb.box.tgl_rel = &tgl_rel; in cb_init()
435 lv_style_copy(&tgl_rel, &pr); in btnm_init()
438 tgl_rel.body.grad_color = tgl_rel.body.main_color; in btnm_init()
455 theme.style.btnm.btn.tgl_rel = &tgl_rel; in btnm_init()
493 lv_style_copy(&tgl_rel, &pr); in kb_init()
495 tgl_rel.body.grad_color = tgl_rel.body.main_color; in kb_init()
511 theme.style.kb.btn.tgl_rel = &tgl_rel; in kb_init()
628 theme.style.list.btn.tgl_rel = &tgl_rel; in list_init()
[all …]
A Dlv_theme_night.c151 theme.style.btn.tgl_rel = &btn_tgl_rel; in btn_init()
403 static lv_style_t rel, pr, tgl_rel, tgl_pr, ina; in cb_init() local
420 lv_style_copy(&tgl_rel, &rel); in cb_init()
425 lv_style_copy(&tgl_pr, &tgl_rel); in cb_init()
440 theme.style.cb.box.tgl_rel = &tgl_rel; in cb_init()
469 lv_style_copy(&tgl_rel, theme.style.btn.tgl_rel); in btnm_init()
470 tgl_rel.body.border.part = rel.body.border.part; in btnm_init()
472 tgl_rel.body.radius = rel.body.radius; in btnm_init()
487 theme.style.btnm.btn.tgl_rel = &tgl_rel; in btnm_init()
499 theme.style.kb.btn.tgl_rel = theme.style.btn.tgl_rel; in kb_init()
[all …]
A Dlv_theme_templ.c68 theme.style.btn.tgl_rel = &def; in btn_init()
79 theme.style.imgbtn.tgl_rel = &def; in imgbtn_init()
212 theme.style.cb.box.tgl_rel = &def; in cb_init()
225 theme.style.btnm.btn.tgl_rel = &def; in btnm_init()
238 theme.style.kb.btn.tgl_rel = &def; in kb_init()
285 theme.style.list.btn.tgl_rel = &def; in list_init()
319 theme.style.tabview.btn.tgl_rel = &def; in tabview_init()
A Dlv_theme_default.c80 theme.style.btn.tgl_rel = &lv_style_btn_tgl_rel; in btn_init()
223 theme.style.cb.box.tgl_rel = &lv_style_btn_tgl_rel; in cb_init()
236 theme.style.btnm.btn.tgl_rel = &lv_style_btn_tgl_rel; in btnm_init()
249 theme.style.kb.btn.tgl_rel = &lv_style_btn_tgl_rel; in kb_init()
296 theme.style.list.btn.tgl_rel = &lv_style_btn_tgl_rel; in list_init()
330 theme.style.tabview.btn.tgl_rel = &lv_style_btn_tgl_rel; in tabview_init()
A Dlv_theme_mono.c120 theme.style.btn.tgl_rel = &dark_frame; in btn_init()
276 theme.style.cb.box.tgl_rel = &dark_frame; in cb_init()
289 theme.style.btnm.btn.tgl_rel = &dark_frame; in btnm_init()
301 theme.style.kb.btn.tgl_rel = &dark_frame; in kb_init()
348 theme.style.list.btn.tgl_rel = &dark_plain; in list_init()
388 theme.style.tabview.btn.tgl_rel = &dark_frame; in tabview_init()
A Dlv_theme_nemo.c200 theme.style.btn.tgl_rel = &btn_trel; in btn_init()
512 theme.style.cb.box.tgl_rel = &cb_trel; in cb_init()
550 theme.style.btnm.btn.tgl_rel = &btnm_trel; in btnm_init()
562 theme.style.kb.btn.tgl_rel = &btnm_trel; in kb_init()
644 theme.style.list.btn.tgl_rel = &list_trel; in list_init()
757 theme.style.tabview.btn.tgl_rel = &tab_trel; in tabview_init()
A Dlv_theme_alien.c210 theme.style.btn.tgl_rel = &btn_trel; in btn_init()
534 theme.style.cb.box.tgl_rel = &cb_trel; in cb_init()
572 theme.style.btnm.btn.tgl_rel = &btnm_trel; in btnm_init()
584 theme.style.kb.btn.tgl_rel = &btnm_trel; in kb_init()
667 theme.style.list.btn.tgl_rel = &list_trel; in list_init()
780 theme.style.tabview.btn.tgl_rel = &tab_trel; in tabview_init()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cb.c94 lv_cb_set_style(new_cb, LV_CB_STYLE_BOX_TGL_REL, th->style.cb.box.tgl_rel); in lv_cb_create()
A Dlv_kb.c138 lv_kb_set_style(new_kb, LV_KB_STYLE_BTN_TGL_REL, th->style.kb.btn.tgl_rel); in lv_kb_create()
A Dlv_btn.c122 lv_btn_set_style(new_btn, LV_BTN_STYLE_TGL_REL, th->style.btn.tgl_rel); in lv_btn_create()
A Dlv_list.c117 lv_list_set_style(new_list, LV_LIST_STYLE_BTN_TGL_REL, th->style.list.btn.tgl_rel); in lv_list_create()
A Dlv_btnm.c113 lv_btnm_set_style(new_btnm, LV_BTNM_STYLE_BTN_TGL_REL, th->style.btnm.btn.tgl_rel); in lv_btnm_create()
A Dlv_tabview.c143 … lv_tabview_set_style(new_tabview, LV_TABVIEW_STYLE_BTN_TGL_REL, th->style.tabview.btn.tgl_rel); in lv_tabview_create()

Completed in 27 milliseconds