Lines Matching refs:aOutBmp
1027 Bitmap aOutBmp; in ImplCreateScaled() local
1043 aOutBmp = Bitmap( Size( nDstW, nDstH ), 24 ); in ImplCreateScaled()
1044 pWAcc = aOutBmp.AcquireWriteAccess(); in ImplCreateScaled()
1213 aOutBmp.ReleaseAccess( pWAcc ); in ImplCreateScaled()
1301 rOutBmpEx = BitmapEx( aOutBmp, aOutAlpha ); in ImplCreateScaled()
1405 rOutBmpEx = BitmapEx( aOutBmp, aOutMsk ); in ImplCreateScaled()
1410 rOutBmpEx = aOutBmp; in ImplCreateScaled()
1413 rOutBmpEx = aOutBmp; in ImplCreateScaled()
1428 Bitmap aOutBmp; in ImplCreateRotatedScaled() local
1463 aOutBmp = Bitmap( Size( nDstW, nDstH ), 24 ); in ImplCreateRotatedScaled()
1464 pWAcc = aOutBmp.AcquireWriteAccess(); in ImplCreateRotatedScaled()
1549 aOutBmp.ReleaseAccess( pWAcc ); in ImplCreateRotatedScaled()
1657 rOutBmpEx = BitmapEx( aOutBmp, aOutAlpha ); in ImplCreateRotatedScaled()
1730 rOutBmpEx = BitmapEx( aOutBmp, aOutMsk ); in ImplCreateRotatedScaled()
1734 rOutBmpEx = aOutBmp; in ImplCreateRotatedScaled()
1737 rOutBmpEx = aOutBmp; in ImplCreateRotatedScaled()