Searched refs:maxHeadingLen (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp235 static size_t maxHeadingLen; variable
409 maxHeadingLen = max(maxHeadingLen, it->length());
1509 for (size_t row = 0; row <= maxHeadingLen; row++) {
1513 if ((maxHeadingLen - row) <= it->length()) {
1514 if (row != maxHeadingLen) {
1515 char ch = (*it)[it->length() - (maxHeadingLen - row)];
1524 testPrintI("%*s%s", indent + maxHeadingLen, "",
1534 line << setw(indent + maxHeadingLen - formatStr.length()) << "";

Completed in 466 milliseconds