Home | History | Annotate | Download | only in functional

Lines Matching refs:rightWidth

667 	const int rightWidth	= viewportWidth - leftWidth;
695 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
697 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
988 const int rightWidth = viewportWidth - leftWidth;
1016 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;
1323 const int rightWidth = viewportWidth - leftWidth;
1370 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf),
1372 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf)
1666 const int rightWidth = viewportWidth - leftWidth;
1713 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf),
1715 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf)