Home | History | Annotate | Download | only in source

Lines Matching refs:fAspectRatio

1340 	,	fAspectRatio     (1.0)
1420 fAspectRatio = negative.DefaultScaleH ().As_real64 () /
1672 if (fAspectRatio < 1.0 / 1.8)
1675 squareCell.h = Min_int32 (4, Round_int32 (1.0 / fAspectRatio));
1679 if (fAspectRatio > 1.8)
1682 squareCell.v = Min_int32 (4, Round_int32 (fAspectRatio));