Searched refs:text_width (Results 1 – 1 of 1) sorted by relevance
233 double text_start, text_width; in verb_plot() local243 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()