Lines Matching refs:maxL
1699 const int maxL = (int)deFloatCeil(layerCoord + err + 0.5f) - 1; // Round up1701 DE_ASSERT(minL <= maxL);1703 return IVec2(de::clamp(minL, 0, numLayers-1), de::clamp(maxL, 0, numLayers-1));