Home | History | Annotate | Download | only in functional

Lines Matching refs:isTopCell

922 		const bool	isTopCell			= i >= 3;
925 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight;
926 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight;