Searched refs:firstRow (Results 1 – 1 of 1) sorted by relevance
171 std::vector<Rect> firstRow, secondRow; in resolveLayout() local174 firstRow.push_back(std::move(rectangles[idx])); in resolveLayout()182 auto resFirstRow = computeCoordinatesPerRow(firstRow, yOffset, rect); in resolveLayout()184 uint32_t firstRowHeight = (firstRow.empty() ? 0 : firstRow[0].height); in resolveLayout()