Home
last modified time | relevance | path

Searched refs:final_height (Results 1 – 1 of 1) sorted by relevance

/external/blktrace/iowatcher/
Dplot.c69 static int final_height = 0; variable
290 final_height = 0; in write_svg_header()
379 if (plot->total_height + plot->start_y_offset > final_height) in setup_axis()
380 final_height = plot->total_height + plot->start_y_offset; in setup_axis()
434 if (plot->total_height + plot->start_y_offset > final_height) in setup_axis_spindle()
435 final_height = plot->total_height + plot->start_y_offset; in setup_axis_spindle()
688 final_height = ((final_height + 1) / 2) * 2; in close_plot_file()
691 final_width, final_height); in close_plot_file()
694 "height=\"%d\" fill=\"white\"/>\n", final_width, final_height); in close_plot_file()