Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dplot.c914 double graph_width_extra = graph_width + graph_circle_extra; in svg_io_graph_movie_array_spindle() local
918 if (graph_width_extra > graph_height_extra) in svg_io_graph_movie_array_spindle()
919 graph_width_extra = graph_height_extra; in svg_io_graph_movie_array_spindle()
921 if (graph_width_extra < graph_height_extra) in svg_io_graph_movie_array_spindle()
922 graph_height_extra = graph_width_extra; in svg_io_graph_movie_array_spindle()
924 radius = graph_width_extra; in svg_io_graph_movie_array_spindle()
926 center_x = axis_x_off_double(graph_width_extra / 2); in svg_io_graph_movie_array_spindle()
933 spindle_steps * 1.2, center_x, center_y, center_x, center_y, graph_width_extra / 2); in svg_io_graph_movie_array_spindle()
937 axis_x_off_double(graph_width_extra), center_y, 4.5); in svg_io_graph_movie_array_spindle()
959 axis_x_off_double(graph_width_extra / 2 + radius) + 8, center_y, in svg_io_graph_movie_array_spindle()