Home | History | Annotate | Download | only in functional

Lines Matching refs:barLengthThreshold

3515 	const int		barLengthThreshold	= 1;
3535 if (x <= barLength - barLengthThreshold)
3537 else if (x >= barLength + barLengthThreshold)