Home | History | Annotate | Download | only in functional

Lines Matching refs:sizeRatio

646 	const Vec2					sizeRatio	= texScale*srcSize / dstSize;
649 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));
967 const Vec2 sizeRatio = texScale*srcSize / dstSize;
970 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));