Searched refs:secondRowWidth (Results 1 – 1 of 1) sorted by relevance
46 const uint32_t secondRowWidth, in computeScore() argument48 if (firstRowWidth == 0 || secondRowWidth == 0) { in computeScore()53 return std::pow((double)firstRowWidth / (double)secondRowWidth - 1.0, in computeScore()146 uint32_t secondRowWidth = 0; in resolveLayout() local155 secondRowWidth += rectangles[idx].width; in resolveLayout()161 uint32_t combinedWidth = std::max(firstRowWidth, secondRowWidth); in resolveLayout()164 secondRowWidth, monitorAspectRatio); in resolveLayout()