Lines Matching refs:rightWidth
669 const int rightWidth = viewportWidth - leftWidth; in iterate() local
697 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate()
699 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate()
990 const int rightWidth = viewportWidth - leftWidth; in iterate() local
1018 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()
1325 const int rightWidth = viewportWidth - leftWidth; in iterate() local
1372 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1374 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()
1668 const int rightWidth = viewportWidth - leftWidth; in iterate() local
1715 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1717 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()