Lines Matching defs:leftWidth

668 	const int leftWidth		= viewportWidth / 2;
669 const int rightWidth = viewportWidth - leftWidth;
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)
989 const int leftWidth = viewportWidth / 2;
990 const int rightWidth = viewportWidth - leftWidth;
1017 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
1032 Render(Rect(cellOffsetX + leftWidth, cellOffsetY + 0, rightCellWidth, bottomCellHeight), 0, texMagScale, texMagOffset),
1034 Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), 1, texMagScale, texMagOffset)
1324 const int leftWidth = viewportWidth / 2;
1325 const int rightWidth = viewportWidth - leftWidth;
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)
1667 const int leftWidth = viewportWidth / 2;
1668 const int rightWidth = viewportWidth - leftWidth;
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)