Lines Matching refs:bottomHeight
668 const int bottomHeight = viewportHeight / 2; in iterate() local
669 const int topHeight = viewportHeight - bottomHeight; in iterate()
694 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), in iterate()
695 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate()
696 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), in iterate()
697 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate()
989 const int bottomHeight = viewportHeight / 2; in iterate() local
990 const int topHeight = viewportHeight - bottomHeight; in iterate()
1017 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
1031 …Render(Rect(cellOffsetX + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, tex… in iterate()
1032 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), … in iterate()
1324 const int bottomHeight = viewportHeight / 2; in iterate() local
1325 const int topHeight = viewportHeight - bottomHeight; in iterate()
1369 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf), in iterate()
1370 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1371 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf), in iterate()
1372 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()
1667 const int bottomHeight = viewportHeight / 2; in iterate() local
1668 const int topHeight = viewportHeight - bottomHeight; in iterate()
1712 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf), in iterate()
1713 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1714 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf), in iterate()
1715 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()