Lines Matching refs:pr
150 theme.style.btn.pr = &btn_pr; in btn_init()
403 static lv_style_t rel, pr, tgl_rel, tgl_pr, ina; in cb_init() local
413 lv_style_copy(&pr, &rel); in cb_init()
414 pr.body.main_color = lv_color_hsv_to_rgb(_hue, 10, 80); in cb_init()
415 pr.body.grad_color = lv_color_hsv_to_rgb(_hue, 10, 80); in cb_init()
416 pr.body.border.color = lv_color_hsv_to_rgb(_hue, 10, 20); in cb_init()
417 pr.body.border.width = 1; in cb_init()
439 theme.style.cb.box.pr = ≺ in cb_init()
449 static lv_style_t btnm_bg, rel, pr, tgl_rel, tgl_pr, ina; in btnm_init() local
464 lv_style_copy(&pr, theme.style.btn.pr); in btnm_init()
465 pr.body.border.part = rel.body.border.part; in btnm_init()
466 pr.body.border.width = rel.body.border.width; in btnm_init()
467 pr.body.radius = rel.body.radius; in btnm_init()
474 lv_style_copy(&tgl_pr, theme.style.btn.pr); in btnm_init()
486 theme.style.btnm.btn.pr = ≺ in btnm_init()
498 theme.style.kb.btn.pr = theme.style.btn.pr; in kb_init()
520 theme.style.mbox.btn.pr = theme.style.btn.pr; in mbox_init()
586 lv_style_copy(&list_btn_pr, theme.style.btn.pr); in list_init()
613 theme.style.list.btn.pr = &list_btn_pr; in list_init()
666 theme.style.tabview.btn.pr = theme.style.btn.pr; in tabview_init()
728 theme.style.win.btn.pr = &win_btn_pr; in win_init()