Lines Matching refs:aPt

107 	Point aPt;  in Paint()  local
114 aPt.X() = ( aSize.Width() - aBmpSize.Width() ) / 2; in Paint()
116 aPt.Y() = ( aSize.Height() - aBmpSize.Height() ) / 2; in Paint()
118 aBitmapEx.Draw( this, aPt, aBmpSize ); in Paint()
765 Point aPt; in Resize() local
767 aPt.Y() = aDiffSize.Height(); in Resize()
793 aBtnFirst.SetPosPixel( aBtnFirst.GetPosPixel() + aPt ); in Resize()
794 aBtnReverse.SetPosPixel( aBtnReverse.GetPosPixel() + aPt ); in Resize()
795 aBtnStop.SetPosPixel( aBtnStop.GetPosPixel() + aPt ); in Resize()
796 aBtnPlay.SetPosPixel( aBtnPlay.GetPosPixel() + aPt ); in Resize()
797 aBtnLast.SetPosPixel( aBtnLast.GetPosPixel() + aPt ); in Resize()
798 aNumFldBitmap.SetPosPixel( aNumFldBitmap.GetPosPixel() + aPt ); in Resize()
799 aTimeField.SetPosPixel( aTimeField.GetPosPixel() + aPt ); in Resize()
800 aLbLoopCount.SetPosPixel( aLbLoopCount.GetPosPixel() + aPt ); in Resize()
801 aFtCount.SetPosPixel( aFtCount.GetPosPixel() + aPt ); in Resize()
802 aFiCount.SetPosPixel( aFiCount.GetPosPixel() + aPt ); in Resize()
803 aRbtGroup.SetPosPixel( aRbtGroup.GetPosPixel() + aPt ); in Resize()
804 aRbtBitmap.SetPosPixel( aRbtBitmap.GetPosPixel() + aPt ); in Resize()
805 aFtAdjustment.SetPosPixel( aFtAdjustment.GetPosPixel() + aPt ); in Resize()
806 aLbAdjustment.SetPosPixel( aLbAdjustment.GetPosPixel() + aPt ); in Resize()
807 aBtnGetOneObject.SetPosPixel( aBtnGetOneObject.GetPosPixel() + aPt ); in Resize()
808 aBtnGetAllObjects.SetPosPixel( aBtnGetAllObjects.GetPosPixel() + aPt ); in Resize()
809 aBtnRemoveBitmap.SetPosPixel( aBtnRemoveBitmap.GetPosPixel() + aPt ); in Resize()
810 aBtnRemoveAll.SetPosPixel( aBtnRemoveAll.GetPosPixel() + aPt ); in Resize()
811 aBtnCreateGroup.SetPosPixel( aBtnCreateGroup.GetPosPixel() + aPt ); in Resize()
812 aGrpBitmap.SetPosPixel( aGrpBitmap.GetPosPixel() + aPt ); in Resize()
813 aGrpAnimation.SetPosPixel( aGrpAnimation.GetPosPixel() + aPt ); in Resize()
1094 Point aPt; in CreateAnimObj() local
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()
1159 aAnimBmp.aPosPix = aPt; in CreateAnimObj()