Home
last modified time | relevance | path

Searched refs:LV_THEME_BTN (Results 1 – 6 of 6) sorted by relevance

/lvgl-2.7.6/src/lv_themes/
Dlv_theme.h45 LV_THEME_BTN, enumerator
Dlv_theme.c221 case LV_THEME_BTN: in clear_styles()
Dlv_theme_template.c439 case LV_THEME_BTN: in theme_apply()
Dlv_theme_mono.c595 case LV_THEME_BTN: in theme_apply()
Dlv_theme_material.c985 case LV_THEME_BTN: in theme_apply()
/lvgl-2.7.6/src/lv_widgets/
Dlv_btn.c95 lv_theme_apply(btn, LV_THEME_BTN); in lv_btn_create()