Lines Matching refs:axis_x_off
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()
844 snprintf(line, line_len, "M %d %d h %d ", axis_x_off(x), in svg_line_graph()
865 axis_x_off(col), axis_y_off(0), in svg_write_time_line()
866 axis_x_off(col), axis_y_off(graph_height)); in svg_write_time_line()
1065 int legend_line_x = axis_x_off(graph_width) + legend_x_off; in svg_write_legend()
1092 int legend_line_x = axis_x_off(graph_width) + legend_x_off; in svg_add_legend()