Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DLayoutResolver.cpp45 const uint32_t firstRowWidth, in computeScore() argument
48 if (firstRowWidth == 0 || secondRowWidth == 0) { in computeScore()
53 return std::pow((double)firstRowWidth / (double)secondRowWidth - 1.0, in computeScore()
145 uint32_t firstRowWidth = 0; in resolveLayout() local
151 firstRowWidth += rectangles[idx].width; in resolveLayout()
161 uint32_t combinedWidth = std::max(firstRowWidth, secondRowWidth); in resolveLayout()
163 computeScore(combinedWidth, combinedHeight, firstRowWidth, in resolveLayout()