Lines Matching refs:leftWidth

666 	const int leftWidth		= viewportWidth / 2;
667 const int rightWidth = viewportWidth - leftWidth;
694 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset),
695 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
696 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
697 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
987 const int leftWidth = viewportWidth / 2;
988 const int rightWidth = viewportWidth - leftWidth;
1015 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
1030 Render(Rect(cellOffsetX + leftWidth, cellOffsetY + 0, rightCellWidth, bottomCellHeight), 0, texMagScale, texMagOffset),
1032 Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), 1, texMagScale, texMagOffset)
1322 const int leftWidth = viewportWidth / 2;
1323 const int rightWidth = viewportWidth - leftWidth;
1369 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf),
1370 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf),
1371 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf),
1372 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf)
1665 const int leftWidth = viewportWidth / 2;
1666 const int rightWidth = viewportWidth - leftWidth;
1712 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf),
1713 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf),
1714 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf),
1715 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf)