Searched defs:maxHeadingLen (Results 1 - 1 of 1) sorted by path

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp237 static size_t maxHeadingLen; variable
412 maxHeadingLen = max(maxHeadingLen, it->length());
1512 for (size_t row = 0; row <= maxHeadingLen; row++) {
1516 if ((maxHeadingLen - row) <= it->length()) {
1517 if (row != maxHeadingLen) {
1518 char ch = (*it)[it->length() - (maxHeadingLen - row)];
1527 testPrintI("%*s%s", indent + maxHeadingLen, "",
1537 line << setw(indent + maxHeadingLen - formatStr.length()) << "";

Completed in 57 milliseconds