Searched refs:style_mod (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_img.c | 359 lv_style_t style_mod; in lv_img_design() local 360 lv_style_copy(&style_mod, style); in lv_img_design() 361 style_mod.text.color = style->image.color; in lv_img_design() 362 …lv_draw_label(&coords, mask, &style_mod, opa_scale, ext->src, LV_TXT_FLAG_NONE, NULL, -1, -1, NULL… in lv_img_design()
|
A D | lv_cb.c | 271 lv_style_t * style_mod; in lv_bullet_design() local 272 style_mod = lv_group_mod_style(g, style_ori); in lv_bullet_design() 273 bullet->style_p = style_mod; /*Temporally change the style to the activated */ in lv_bullet_design()
|
A D | lv_page.c | 756 lv_style_t * style_mod; in lv_scrl_design() local 757 style_mod = lv_group_mod_style(g, style_scrl_ori); in lv_scrl_design() 759 if((style_mod->body.opa == LV_OPA_TRANSP) && style_mod->body.border.width == 0) { in lv_scrl_design() 760 style_mod->body.opa = LV_OPA_50; in lv_scrl_design() 761 style_mod->body.border.width = 1; in lv_scrl_design() 762 style_mod = lv_group_mod_style(g, style_mod); in lv_scrl_design() 765 scrl->style_p = style_mod; /*Temporally change the style to the activated */ in lv_scrl_design()
|
/AliOS-Things-master/components/littlevgl/src/lv_themes/ |
A D | lv_theme_templ.c | 347 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() function 453 theme.group.style_mod_xcb = style_mod; in lv_theme_templ_init()
|
A D | lv_theme_default.c | 358 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() function 457 theme.group.style_mod_xcb = style_mod; in lv_theme_default_init()
|
A D | lv_theme_mono.c | 414 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() function 505 theme.group.style_mod_xcb = style_mod; in lv_theme_mono_init()
|
A D | lv_theme_nemo.c | 811 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() function 910 theme.group.style_mod_xcb = style_mod; in lv_theme_nemo_init()
|
A D | lv_theme_night.c | 734 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() function 827 theme.group.style_mod_xcb = style_mod; in lv_theme_night_init()
|
A D | lv_theme_zen.c | 782 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() function 882 theme.group.style_mod_xcb = style_mod; in lv_theme_zen_init()
|
A D | lv_theme_alien.c | 842 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() function 938 theme.group.style_mod_xcb = style_mod; in lv_theme_alien_init()
|
A D | lv_theme_material.c | 806 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() function 916 theme.group.style_mod_xcb = style_mod; in lv_theme_material_init()
|
Completed in 16 milliseconds