Lines Matching refs:aNewBmp
114 Bitmap aNewBmp( GetSizePixel(), 24 ); in ImplConvolute3() local
115 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplConvolute3()
230 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplConvolute3()
242 *this = aNewBmp; in ImplConvolute3()
261 Bitmap aNewBmp( GetSizePixel(), 24 ); in ImplMedianFilter() local
262 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplMedianFilter()
361 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplMedianFilter()
373 *this = aNewBmp; in ImplMedianFilter()
397 Bitmap aNewBmp( GetSizePixel(), 8, &pReadAcc->GetPalette() ); in ImplSobelGrey() local
398 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplSobelGrey()
489 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplSobelGrey()
500 *this = aNewBmp; in ImplSobelGrey()
525 Bitmap aNewBmp( GetSizePixel(), 8, &pReadAcc->GetPalette() ); in ImplEmbossGrey() local
526 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplEmbossGrey()
603 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplEmbossGrey()
614 *this = aNewBmp; in ImplEmbossGrey()
701 Bitmap aNewBmp( GetSizePixel(), 8, &aSepiaPal ); in ImplSepia() local
702 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplSepia()
741 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplSepia()
752 *this = aNewBmp; in ImplSepia()