Searched refs:col_w (Results 1 – 3 of 3) sorted by relevance
80 ext->col_w[i] = LV_DPI; in lv_table_create()236 ext->col_w[col_id] = w; in lv_table_set_col_width()452 return ext->col_w[col_id]; in lv_table_get_col_width()641 cell_area.x2 = cell_area.x1 + ext->col_w[col]; in lv_table_design()649 cell_area.x2 += ext->col_w[col + col_merge + 1]; in lv_table_design()776 w += ext->col_w[i]; in refr_size()807 txt_w = ext->col_w[col]; in get_row_height()815 txt_w += ext->col_w[col + col_merge + 1]; in get_row_height()
69 lv_coord_t col_w[LV_TABLE_COL_MAX]; member
875 …lv_coord_t col_w = w / ((ext->series.num + 1) * ext->point_cnt); /* Suppose + 1 series as separato… in lv_chart_draw_cols() local876 lv_coord_t x_ofs = col_w / 2; /*Shift with a half col.*/ in lv_chart_draw_cols()898 col_a.x2 = col_a.x1 + col_w; in lv_chart_draw_cols()899 x_act += col_w; in lv_chart_draw_cols()1331 …lv_coord_t col_w = w / ((ext->series.num + 1) * ext->point_cnt); /* Suppose + 1 series as separato… in lv_chart_inv_cols() local1332 lv_coord_t x_ofs = col_w / 2; /*Shift with a half col.*/ in lv_chart_inv_cols()1341 col_a.x2 = col_a.x1 + col_w; in lv_chart_inv_cols()
Completed in 7 milliseconds