Lines Matching refs:fScaleY
332 double fScaleY = m_aPreferredAspectRatio.DirectionY; in adjustAspectRatio3d() local
337 double fMax = std::max( std::max( fScaleX, fScaleY) , fScaleZ ); in adjustAspectRatio3d()
339 fScaleY/=fMax; in adjustAspectRatio3d()
343 if( fScaleX<0 || fScaleY<0 || fScaleZ<0 ) in adjustAspectRatio3d()
367 fScaleY = (fH/fW)*(sy*fScaleZ+fScaleX)-(sx*fScaleZ); in adjustAspectRatio3d()
368 lcl_ensureScaleValue( fScaleY ); in adjustAspectRatio3d()
371 fScaleY = 1.0;//looking from top or bottom the height is irrelevant in adjustAspectRatio3d()
373 else if( fScaleY>0 && fScaleZ>0 ) in adjustAspectRatio3d()
378 fScaleX = (fW/fH)*(sx*fScaleZ+fScaleY)-(sy*fScaleZ); in adjustAspectRatio3d()
391 if( fScaleY<0 ) in adjustAspectRatio3d()
392 fScaleY = 1.0; in adjustAspectRatio3d()
409 fScaleY = fScaleX*(fW*sz-fH*cz) / fDivide; in adjustAspectRatio3d()
410 lcl_ensureScaleValue(fScaleY); in adjustAspectRatio3d()
413 fScaleY = 1.0;//looking from top or bottom the height is irrelevant in adjustAspectRatio3d()
430 else if( fScaleY>0 && fScaleZ>0 ) in adjustAspectRatio3d()
436 fScaleX = fScaleY*(fH*sz-fW*cz) / fDivide; in adjustAspectRatio3d()
449 if( fScaleY<0 ) in adjustAspectRatio3d()
450 fScaleY = 1.0; in adjustAspectRatio3d()
459 double fMax = std::max( std::max( fScaleX, fScaleY) , fScaleZ ); in adjustAspectRatio3d()
461 fScaleY/=fMax; in adjustAspectRatio3d()
470 aResult.scale( fScaleX, fScaleY, fScaleZ ); in adjustAspectRatio3d()