Home
last modified time | relevance | path

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

/systemd-251/src/analyze/
Danalyze-plot.c233 double text_start, text_width; in verb_plot() local
243 text_width = 8.0 * strlen(u->name); 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()