Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dplot.h167 void set_graph_size(int width, int height);
Dmain.c1132 set_graph_size(cols / graph_width_factor, rows / 8); in plot_io_movie()
1145 set_graph_size(cols - cols / graph_width_factor, rows); in plot_io_movie()
1613 set_graph_size(750, 550); in main()
1615 set_graph_size(700, 400); in main()
1720 set_graph_size(cols / columns, rows); in main()
Dplot.c1129 void set_graph_size(int width, int height) in set_graph_size() function