Lines Matching defs:row_heights
142 std::vector<double> row_heights;
157 row_heights.push_back(height);
214 if (height > row_heights[(cnt / NoOfCols)]) {
215 row_heights[(cnt / NoOfCols)] = height;
225 grid_top = grid_top - (((row_height - row_heights[0]) / 2)*(VertAlign));
252 row_heights.clear();
254 row_heights.push_back(row_height);
257 for (a = 0; a < (int)row_heights.size(); a++)
259 total_row_height += row_heights[a] ;
299 else row_ys.push_back(row_heights[a-1]+paddingy+row_ys[a-1]);
331 new_y = grid_top + (((row_heights[row] - height)/2)*VertAlign) + row_ys[row];