Home | History | Annotate | Download | only in functional

Lines Matching refs:topHeight

571 	const int topHeight		= viewportHeight - bottomHeight;
598 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
599 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
898 const int topHeight = viewportHeight - bottomHeight;
926 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight;