Lines Matching refs:aMaxSizePix
1060 Size aMaxSizePix; in CreateAnimObj() local
1084 aMaxSizePix.Width() = Max( aMaxSizePix.Width(), aTmpSizePix.Width() ); in CreateAnimObj()
1085 aMaxSizePix.Height() = Max( aMaxSizePix.Height(), aTmpSizePix.Height() ); in CreateAnimObj()
1113 aPt.Y() = (aMaxSizePix.Height() - aBitmapSize.Height()) >> 1; in CreateAnimObj()
1117 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1121 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1125 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1126 aPt.Y() = (aMaxSizePix.Height() - aBitmapSize.Height()) >> 1; in CreateAnimObj()
1130 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1131 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1135 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1139 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1140 aPt.Y() = (aMaxSizePix.Height() - aBitmapSize.Height()) >> 1; in CreateAnimObj()
1144 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1145 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1166 aAnimation.SetDisplaySizePixel( aMaxSizePix ); in CreateAnimObj()