Lines Matching refs:graph_height
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()
812 if (val > graph_height) in svg_line_graph()
813 val = graph_height; in svg_line_graph()
866 axis_x_off(col), axis_y_off(graph_height)); in svg_write_time_line()
915 double graph_height_extra = graph_height + graph_circle_extra; in svg_io_graph_movie_array_spindle()
990 …ble movie_blocks_per_cell = (gdd->max_offset - gdd->min_offset + 1) / (graph_width * graph_height); in svg_io_graph_movie()
1066 int legend_line_y = axis_y_off(graph_height) + legend_y_off; in svg_write_legend()
1093 int legend_line_y = axis_y_off(graph_height) + legend_y_off; in svg_add_legend()
1132 graph_height = height; in set_graph_size()
1138 *height = graph_height; in get_graph_size()
1143 graph_height = h; in set_graph_height()