Home | History | Annotate | Download | only in functional

Lines Matching refs:isTopCell

1016 		const bool	isTopCell			= i >= 3;
1019 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight;
1020 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight;