Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DLogPlot.h131 inline int numberWidth(double number, int leftPadding) { in numberWidth() argument
134 return std::max(std::max(widthOf(static_cast<int>(number)) + 3, 2), leftPadding + 1); in numberWidth()
158 const int leftPadding = widthOf(1 << height); variable
159 const int bucketWidth = numberWidth(maxDelta, leftPadding);
167 ss << title << "\n " << std::setw(leftPadding) << " ";
170 const int colWidth = numberWidth(x.first, leftPadding);
186 ss << getTail(leftPadding, spaces);
188 const int colWidth = numberWidth(x.first, leftPadding);
196 ss << std::setw(leftPadding) << " "
200 ss << std::setw(leftPadding) << " ";
[all …]