Searched refs:graph_height (Results 1 – 1 of 1) sorted by relevance
/external/blktrace/iowatcher/ |
D | plot.c | 38 static int graph_height = 250; variable 156 int rows = graph_height * io_graph_scale; in alloc_dot_data() 308 return plot_label_height + graph_height + graph_inner_y_margin; in axis_y() 314 return plot_label_height + graph_height - y; in axis_y_off_double() 390 graph_width + graph_inner_x_margin * 2, axis_y_off(graph_height) - graph_inner_y_margin, in setup_axis() 574 axis_y_off(graph_height / 2), in set_ylabel() 577 (int)axis_y_off(graph_height / 2), in set_ylabel() 605 int pixels_per_tick = graph_height / num_ticks; in set_yticks() 632 text_x, axis_y_off(graph_height), font_family, tick_font_size, anchor, last, units); in set_yticks() 793 double yscale = ((double)gld->max) / graph_height; in svg_line_graph() [all …]
|