Lines Matching refs:util
8 resolved in pv/util.cpp.]
10 [Fabrice: restore original patch in pv/util.cpp for 0.4.2]
13 pv/util.cpp | 21 +++++++++++++++++++--
14 pv/util.hpp | 10 ++++++++++
20 diff --git a/pv/util.cpp b/pv/util.cpp
22 --- a/pv/util.cpp
23 +++ b/pv/util.cpp
63 } // namespace util
65 diff --git a/pv/util.hpp b/pv/util.hpp
67 --- a/pv/util.hpp
68 +++ b/pv/util.hpp
90 } // namespace util
103 + min_useful_label_width_ = util::text_width(m, "XX");
116 + const int x_left_bound = util::text_width(QFontMetrics(font()), tick.second) / 2;
129 + const int w = util::text_width(fm, QString(l, '0'));