Home | History | Annotate | Download | only in functional

Lines Matching refs:topCellHeight

914 		const int	topCellHeight		= isTopCell			? topHeight		- cellOffsetY : defCellHeight;
927 Render(Rect(cellOffsetX + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, texMinScale, texMinOffset),
928 Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), 1, texMagScale, texMagOffset)