• Home
  • Raw
  • Download

Lines Matching refs:leftWidth

668 	const int leftWidth		= viewportWidth / 2;  in iterate()  local
669 const int rightWidth = viewportWidth - leftWidth; in iterate()
696 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), in iterate()
697 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate()
698 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), in iterate()
699 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate()
989 const int leftWidth = viewportWidth / 2; in iterate() local
990 const int rightWidth = viewportWidth - leftWidth; in iterate()
1017 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate()
1032 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + 0, rightCellWidth, bottomCellHeight), 0, tex… in iterate()
1034 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), … in iterate()
1324 const int leftWidth = viewportWidth / 2; in iterate() local
1325 const int rightWidth = viewportWidth - leftWidth; in iterate()
1371 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf), in iterate()
1372 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1373 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf), in iterate()
1374 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()
1667 const int leftWidth = viewportWidth / 2; in iterate() local
1668 const int rightWidth = viewportWidth - leftWidth; in iterate()
1714 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf), in iterate()
1715 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1716 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf), in iterate()
1717 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()