Searched refs:col_pos (Results 1 – 2 of 2) sorted by relevance
159 void lv_obj_set_grid_cell(lv_obj_t * obj, lv_grid_align_t x_align, uint8_t col_pos, uint8_t col_spa… in lv_obj_set_grid_cell() argument163 lv_obj_set_style_grid_cell_column_pos(obj, col_pos, 0); in lv_obj_set_grid_cell()448 uint32_t col_pos = get_col_pos(item); in calc_cols() local449 if(col_pos != i) continue; in calc_cols()581 uint32_t col_pos = get_col_pos(item); in item_repos() local586 lv_coord_t col_x1 = c->x[col_pos]; in item_repos()587 lv_coord_t col_x2 = c->x[col_pos + col_span - 1] + c->w[col_pos + col_span - 1]; in item_repos()608 x = c->x[col_pos]; in item_repos()612 x = c->x[col_pos]; in item_repos()617 x = c->x[col_pos] + (col_w - item_w) / 2; in item_repos()[all …]
88 void lv_obj_set_grid_cell(lv_obj_t * obj, lv_grid_align_t column_align, uint8_t col_pos, uint8_t co…