Lines Matching refs:bottomHeight
567 const int bottomHeight = viewportHeight / 2; in iterate() local
568 const int topHeight = viewportHeight - bottomHeight; in iterate()
593 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), in iterate()
594 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate()
595 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), in iterate()
596 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate()
885 const int bottomHeight = viewportHeight / 2; in iterate() local
886 const int topHeight = viewportHeight - bottomHeight; in iterate()
913 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
927 …Render(Rect(cellOffsetX + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, tex… in iterate()
928 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), … in iterate()