Lines Matching refs:Height

111 	aBmpSize.Height() = (long) ( (double) aBmpSize.Height() * (double) aScale );  in Paint()
115 if( aBmpSize.Height() < aSize.Height() ) in Paint()
116 aPt.Y() = ( aSize.Height() - aBmpSize.Height() ) / 2; in Paint()
726 aBmpSize.Height() = 0; in GetScale()
732 aBmpSize.Height() = Max( aBmpSize.Height(), aTempSize.Height() ); in GetScale()
736 aBmpSize.Height() += 10; in GetScale()
739 (double)aDisplaySize.Height() / (double)aBmpSize.Height() ) ); in GetScale()
758 aDiffSize.Height() = aWinSize.Height() - aSize.Height(); in Resize()
762 aDisplaySize.Height() += aDiffSize.Height(); in Resize()
767 aPt.Y() = aDiffSize.Height(); in Resize()
1062 …const Point aWindowCenter( pOutWin->PixelToLogic( Point( aTemp.Width() >> 1, aTemp.Height() >> 1… in CreateAnimObj()
1082 aMaxSizeLog.Height() = Max( aMaxSizeLog.Height(), aTmpSizeLog.Height() ); 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()
1126 aPt.Y() = (aMaxSizePix.Height() - aBitmapSize.Height()) >> 1; in CreateAnimObj()
1131 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1140 aPt.Y() = (aMaxSizePix.Height() - aBitmapSize.Height()) >> 1; in CreateAnimObj()
1145 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1171 …ndowCenter.X() - ( aMaxSizeLog.Width() >> 1 ), aWindowCenter.Y() - ( aMaxSizeLog.Height() >> 1 ) ); in CreateAnimObj()
1194 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1198 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
1207 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1212 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
1221 aOffset.Height() = (aMaxSizeLog.Height() - aRect.GetHeight()) / 2; in CreateAnimObj()
1226 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj()
1233 Point aMovePt( aWindowCenter + Point( aOffset.Width(), aOffset.Height() ) - aRect.TopLeft() ); in CreateAnimObj()
1261 aTemp.Height() = - aTemp.Height() / 2; in CreateAnimObj()