Home
last modified time | relevance | path

Searched refs:LV_BTNMATRIX_PART_BTN (Results 1 – 8 of 8) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_btnmatrix.c668 lv_obj_init_draw_rect_dsc(btnm, LV_BTNMATRIX_PART_BTN, &draw_rect_rel_dsc); in lv_btnmatrix_design()
669 lv_obj_init_draw_label_dsc(btnm, LV_BTNMATRIX_PART_BTN, &draw_label_rel_dsc); in lv_btnmatrix_design()
720 lv_obj_init_draw_rect_dsc(btnm, LV_BTNMATRIX_PART_BTN, &draw_rect_chk_dsc); in lv_btnmatrix_design()
721 lv_obj_init_draw_label_dsc(btnm, LV_BTNMATRIX_PART_BTN, &draw_label_chk_dsc); in lv_btnmatrix_design()
736 lv_obj_init_draw_rect_dsc(btnm, LV_BTNMATRIX_PART_BTN, &draw_rect_ina_dsc); in lv_btnmatrix_design()
737 lv_obj_init_draw_label_dsc(btnm, LV_BTNMATRIX_PART_BTN, &draw_label_ina_dsc); in lv_btnmatrix_design()
752 lv_obj_init_draw_rect_dsc(btnm, LV_BTNMATRIX_PART_BTN, &draw_rect_tmp_dsc); in lv_btnmatrix_design()
753 lv_obj_init_draw_label_dsc(btnm, LV_BTNMATRIX_PART_BTN, &draw_label_tmp_dsc); in lv_btnmatrix_design()
838 lv_obj_clean_style_list(btnm, LV_BTNMATRIX_PART_BTN); in lv_btnmatrix_signal()
1100 case LV_BTNMATRIX_PART_BTN: in lv_btnmatrix_get_style()
Dlv_btnmatrix.h67 LV_BTNMATRIX_PART_BTN, enumerator
Dlv_msgbox.c440 info->result = lv_obj_get_state(ext->btnm, LV_BTNMATRIX_PART_BTN); in lv_msgbox_signal()
531 … style_dsc_p = ext->btnm ? lv_obj_get_style_list(ext->btnm, LV_BTNMATRIX_PART_BTN) : NULL; in lv_msgbox_get_style()
Dlv_tabview.c616 …part == LV_TABVIEW_PART_TAB_BTN) info->result = lv_obj_get_state(ext->btns, LV_BTNMATRIX_PART_BTN); in lv_tabview_signal()
801 style_dsc_p = lv_obj_get_style_list(ext->btns, LV_BTNMATRIX_PART_BTN); in lv_tabview_get_style()
/lvgl-2.7.6/src/lv_themes/
Dlv_theme.c229 lv_obj_clean_style_list(obj, LV_BTNMATRIX_PART_BTN); in clear_styles()
Dlv_theme_template.c451 list = lv_obj_get_style_list(obj, LV_BTNMATRIX_PART_BTN); in theme_apply()
Dlv_theme_mono.c608 list = lv_obj_get_style_list(obj, LV_BTNMATRIX_PART_BTN); in theme_apply()
Dlv_theme_material.c997 list = lv_obj_get_style_list(obj, LV_BTNMATRIX_PART_BTN); in theme_apply()