Lines Matching refs:bottomHeight
670 const int bottomHeight = viewportHeight / 2; in iterate() local
671 const int topHeight = viewportHeight - bottomHeight; in iterate()
696 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), in iterate()
697 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate()
698 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), in iterate()
699 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate()
991 const int bottomHeight = viewportHeight / 2; in iterate() local
992 const int topHeight = viewportHeight - bottomHeight; in iterate()
1019 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
1033 …Render(Rect(cellOffsetX + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, tex… in iterate()
1034 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), … in iterate()
1326 const int bottomHeight = viewportHeight / 2; in iterate() local
1327 const int topHeight = viewportHeight - bottomHeight; in iterate()
1371 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf), in iterate()
1372 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1373 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf), in iterate()
1374 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()
1669 const int bottomHeight = viewportHeight / 2; in iterate() local
1670 const int topHeight = viewportHeight - bottomHeight; in iterate()
1714 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf), in iterate()
1715 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1716 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf), in iterate()
1717 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()