Lines Matching refs:width
160 static int plot_unit_times(UnitTimes *u, double width, int y) { in plot_unit_times() argument
171 b = u->activating * SCALE_X < width / 2; in plot_unit_times()
190 double width; in verb_plot() local
216 width = SCALE_X * (boot->firmware_time + boot->finish_time); in verb_plot()
217 if (width < 800.0) in verb_plot()
218 width = 800.0; in verb_plot()
224 if (width < 1000.0) in verb_plot()
225 width = 1000.0; in verb_plot()
245 if (text_width > text_start && text_width + text_start > width) in verb_plot()
246 width = text_width + text_start; in verb_plot()
267 80.0 + width, 150.0 + (m * SCALE_Y) + in verb_plot()
350 y += plot_unit_times(u, width, y); in verb_plot()
362 y += plot_unit_times(u, width, y); in verb_plot()