Home | History | Annotate | Download | only in common

Lines Matching refs:minL

1760 	const int	minL	= (int)deFloatFloor(layerCoord - err + 0.5f);		// Round down
1763 DE_ASSERT(minL <= maxL);
1765 return IVec2(de::clamp(minL, 0, numLayers-1), de::clamp(maxL, 0, numLayers-1));