• Home
  • Raw
  • Download

Lines Matching refs:graph_width

37 static int graph_width = 700;  variable
157 int cols = graph_width; in alloc_dot_data()
354 plot->total_width = axis_x_off(graph_width) + graph_left_pad / 2 + local_legend_width; in setup_axis()
390 graph_width + graph_inner_x_margin * 2, axis_y_off(graph_height) - graph_inner_y_margin, 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()
521 pixels_per_tick = graph_width * step / (double)(last - first); in set_xticks()
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()
643 axis_x() + graph_width / 2, in set_plot_label()
794 double xscale = (double)(gld->max_seconds - gld->min_seconds - 1) / graph_width; in svg_line_graph()
889 movie_row = floor(cell_index / graph_width); in svg_io_graph_movie_array()
890 movie_col = cell_index - movie_row * graph_width; in svg_io_graph_movie_array()
914 double graph_width_extra = graph_width + graph_circle_extra; in svg_io_graph_movie_array_spindle()
990 …double movie_blocks_per_cell = (gdd->max_offset - gdd->min_offset + 1) / (graph_width * graph_heig… in svg_io_graph_movie()
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()
1131 graph_width = width; in set_graph_size()
1137 *width = graph_width; in get_graph_size()
1147 graph_width = w; in set_graph_width()