Searched refs:cell_style (Results 1 – 2 of 2) sorted by relevance
88 lv_style_list_init(&ext->cell_style[i]); in lv_table_create()107 lv_style_list_copy(&ext->cell_style[i], ©_ext->cell_style[i]); in lv_table_create()957 style_dsc_p = &ext->cell_style[0]; in lv_table_get_style()960 style_dsc_p = &ext->cell_style[1]; in lv_table_get_style()963 style_dsc_p = &ext->cell_style[2]; in lv_table_get_style()966 style_dsc_p = &ext->cell_style[3]; in lv_table_get_style()
62 lv_style_list_t cell_style[LV_TABLE_CELL_STYLE_CNT]; member