Home | History | Annotate | Download | only in functional

Lines Matching refs:isRightmostCell

921 		const bool	isRightmostCell		= i == 2 || i == 5;
923 isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
924 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;