Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dplot.h162 void set_legend_width(int longest_str);
Dplot.c1111 void set_legend_width(int longest_str) in set_legend_width() argument
1113 if (longest_str) in set_legend_width()
1114 legend_width = longest_str * (legend_font_size * 3 / 4) + 25; in set_legend_width()