Lines Matching refs:leftWidth

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