Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dplot.c317 static int axis_y_off(int y) in axis_y_off() function
390 graph_width + graph_inner_x_margin * 2, axis_y_off(graph_height) - graph_inner_y_margin, in setup_axis()
506 int tick_y = axis_y_off(graph_tick_len) + graph_inner_y_margin; in set_xticks()
574 axis_y_off(graph_height / 2), in set_ylabel()
577 (int)axis_y_off(graph_height / 2), in set_ylabel()
617 tick_x, axis_y_off(tick_y), in set_yticks()
618 axis_x_off(graph_width), axis_y_off(tick_y)); in set_yticks()
625 axis_y_off(tick_y - tick_font_size / 2), in set_yticks()
632 text_x, axis_y_off(graph_height), font_family, tick_font_size, anchor, last, units); 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 …]