Searched defs:row_heights (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dgrid-arrange-tab.cpp142 std::vector<double> row_heights; local
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[
[all...]

Completed in 11 milliseconds