Home | History | Annotate | Download | only in common

Lines Matching refs:minLayer

1165 	const int		minLayer	= de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1);
1170 for (int layer = minLayer; layer <= maxLayer; layer++)
1306 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1);
1311 for (int layer = minLayer; layer <= maxLayer; layer++)