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