Home | History | Annotate | Download | only in functional

Lines Matching refs:bottomHeight

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