Searched refs:set_graph_size (Results 1 – 3 of 3) sorted by relevance
167 void set_graph_size(int width, int height);
1132 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()
1129 void set_graph_size(int width, int height) in set_graph_size() function