Home | History | Annotate | Download | only in functional

Lines Matching defs:leftWidth

568 	const int leftWidth		= viewportWidth / 2;
569 const int rightWidth = viewportWidth - leftWidth;
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)
895 const int leftWidth = viewportWidth / 2;
896 const int rightWidth = viewportWidth - leftWidth;
923 leftWidth - cellOffsetX : defCellWidth;
938 Render(Rect(cellOffsetX + leftWidth, cellOffsetY + 0, rightCellWidth, bottomCellHeight), 0, texMagScale, texMagOffset),
940 Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), 1, texMagScale, texMagOffset)