Home | History | Annotate | Download | only in functional

Lines Matching refs:bottomHeight

570 	const int bottomHeight	= viewportHeight / 2;
571 const int topHeight = viewportHeight - bottomHeight;
596 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset),
597 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
598 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
599 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
897 const int bottomHeight = viewportHeight / 2;
898 const int topHeight = viewportHeight - bottomHeight;
925 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight;
939 Render(Rect(cellOffsetX + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, texMinScale, texMinOffset),
940 Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), 1, texMagScale, texMagOffset)