Home | History | Annotate | Download | only in iowatcher

Lines Matching refs:total_width

354 	plot->total_width = axis_x_off(graph_width) + graph_left_pad / 2 + local_legend_width;
364 plot->start_y_offset, plot->total_width + 40,
373 plot->start_y_offset, plot->total_width, plot->total_height);
377 plot->total_width += 20;
381 if (plot->start_x_offset + plot->total_width + 40 > final_width)
382 final_width = plot->start_x_offset + plot->total_width + 40;
409 plot->total_width = axis_x_off(graph_width) + legend_width;
419 plot->start_y_offset, plot->total_width + 10,
428 plot->start_y_offset, plot->total_width - 30,
436 if (plot->start_x_offset + plot->total_width + 40 > final_width)
437 final_width = plot->start_x_offset + plot->total_width + 40;
457 plot->total_width = axis_x_off(graph_width) + graph_left_pad / 2 + legend_width;
461 plot->start_y_offset, plot->total_width + 40, plot_title_height + 20);
663 plot->start_x_offset += plot->total_width;