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

/inkscape/src/ui/dialog/
H A Dgrid-arrange-tab.cpp128 double total_col_width,total_row_height; local
132 total_row_height=0;
251 total_row_height = row_height * NoOfRows;
259 total_row_height += row_heights[a] ;
268 g_print("\n row = %f col = %f selection x= %f selection y = %f", total_row_height,total_col_width, b.extent(Geom::X), b.extent(Geom::Y));
271 paddingy = (sel_bbox->height() - total_row_height) / (NoOfRows -1);

Completed in 937 milliseconds