Home | History | Annotate | Download | only in common

Lines Matching refs:minLayer

1142 	const int		minLayer	= de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1);
1145 for (int layer = minLayer; layer <= maxLayer; layer++)
1281 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1);
1284 for (int layer = minLayer; layer <= maxLayer; layer++)