Home
last modified time | relevance | path

Searched refs:LV_THEME_SCR (Results 1 – 7 of 7) sorted by relevance

/lvgl-2.7.6/src/lv_themes/
Dlv_theme_empty.c101 if(name == LV_THEME_SCR) { in theme_apply()
Dlv_theme.h36 LV_THEME_SCR, enumerator
Dlv_theme.c208 case LV_THEME_SCR: in clear_styles()
Dlv_theme_template.c422 case LV_THEME_SCR: in theme_apply()
Dlv_theme_mono.c579 case LV_THEME_SCR: in theme_apply()
Dlv_theme_material.c969 case LV_THEME_SCR: in theme_apply()
/lvgl-2.7.6/src/lv_core/
Dlv_obj.c385 else lv_theme_apply(new_obj, LV_THEME_SCR); in lv_obj_create()