Home | History | Annotate | Download | only in functional

Lines Matching refs:defCellWidth

914 	const int defCellWidth	= viewportWidth / 2 / 3;
919 const int cellOffsetX = defCellWidth * (i % 3);
923 defCellWidth;
924 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;