Home | History | Annotate | Download | only in functional

Lines Matching refs:sizeRatio

546 	const Vec2					sizeRatio	= texScale*srcSize / dstSize;
549 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));
873 const Vec2 sizeRatio = texScale*srcSize / dstSize;
876 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));