Lines Matching refs:aMaxSizeLog
1059 Size aMaxSizeLog; in CreateAnimObj() local
1081 aMaxSizeLog.Width() = Max( aMaxSizeLog.Width(), aTmpSizeLog.Width() ); in CreateAnimObj()
1082 aMaxSizeLog.Height() = Max( aMaxSizeLog.Height(), aTmpSizeLog.Height() ); in CreateAnimObj()
1171 …const Point aOrg( aWindowCenter.X() - ( aMaxSizeLog.Width() >> 1 ), aWindowCenter.Y() - ( aMaxSize… in CreateAnimObj()
1173 pGrafObj->SetLogicRect( Rectangle( aOrg, aMaxSizeLog ) ); in CreateAnimObj()
1194 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1198 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
1202 aOffset.Width() = (aMaxSizeLog.Width() - aRect.GetWidth()) / 2; in CreateAnimObj()
1206 aOffset.Width() = (aMaxSizeLog.Width() - aRect.GetWidth()) / 2; in CreateAnimObj()
1207 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1211 aOffset.Width() = (aMaxSizeLog.Width() - aRect.GetWidth()) / 2; in CreateAnimObj()
1212 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
1216 aOffset.Width() = aMaxSizeLog.Width() - aRect.GetWidth(); in CreateAnimObj()
1220 aOffset.Width() = aMaxSizeLog.Width() - aRect.GetWidth(); in CreateAnimObj()
1221 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1225 aOffset.Width() = aMaxSizeLog.Width() - aRect.GetWidth(); in CreateAnimObj()
1226 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
1260 aTemp = aMaxSizeLog; in CreateAnimObj()