Searched refs:axis_x_off (Results 1 – 1 of 1) sorted by relevance
/external/blktrace/iowatcher/ |
D | plot.c | 334 static int axis_x_off(int x) in axis_x_off() function 354 plot->total_width = axis_x_off(graph_width) + graph_left_pad / 2 + local_legend_width; in setup_axis() 409 plot->total_width = axis_x_off(graph_width) + legend_width; in setup_axis_spindle() 457 plot->total_width = axis_x_off(graph_width) + graph_left_pad / 2 + legend_width; in set_plot_title() 467 axis_x_off(graph_width / 2), in set_plot_title() 554 axis_x_off(graph_width - 2), in set_xticks() 559 axis_x_off(graph_width - 2), in set_xticks() 590 axis_x_off(graph_width / 2), in set_xlabel() 618 axis_x_off(graph_width), axis_y_off(tick_y)); in set_yticks() 825 snprintf(line, line_len, "%c %d %d ", c, axis_x_off(x), axis_y_off(val)); in svg_line_graph() [all …]
|