Lines Matching refs:aNewBmp
371 Bitmap aNewBmp( GetSizePixel(), 1 ); in ImplMakeMono() local
372 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplMakeMono()
415 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplMakeMono()
426 *this = aNewBmp; in ImplMakeMono()
445 Bitmap aNewBmp( GetSizePixel(), 1 ); in ImplMakeMonoDither() local
446 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplMakeMonoDither()
492 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplMakeMonoDither()
503 *this = aNewBmp; in ImplMakeMonoDither()
533 Bitmap aNewBmp( GetSizePixel(), ( nGreys == 16 ) ? 4 : 8, &rPal ); in ImplMakeGreyscales() local
534 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplMakeGreyscales()
600 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplMakeGreyscales()
611 *this = aNewBmp; in ImplMakeGreyscales()
639 …Bitmap aNewBmp( GetSizePixel(), nBitCount, pReadAcc->HasPalette() ? &pReadAcc->GetPalette() : &… in ImplConvertUp() local
640 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplConvertUp()
682 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplConvertUp()
693 *this = aNewBmp; in ImplConvertUp()
715 Bitmap aNewBmp( GetSizePixel(), nBitCount, &aPal ); in ImplConvertDown() local
716 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplConvertDown()
808 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplConvertDown()
819 *this = aNewBmp; in ImplConvertDown()
833 Bitmap aNewBmp; in ImplConvertGhosted() local
851 aNewBmp = Bitmap( GetSizePixel(), GetBitCount(), &aNewPal ); in ImplConvertGhosted()
852 BitmapWriteAccess* pW = aNewBmp.AcquireWriteAccess(); in ImplConvertGhosted()
857 aNewBmp.ReleaseAccess( pW ); in ImplConvertGhosted()
863 aNewBmp = Bitmap( GetSizePixel(), 24 ); in ImplConvertGhosted()
865 BitmapWriteAccess* pW = aNewBmp.AcquireWriteAccess(); in ImplConvertGhosted()
883 aNewBmp.ReleaseAccess( pW ); in ImplConvertGhosted()
896 *this = aNewBmp; in ImplConvertGhosted()
1120 Bitmap aNewBmp( Size( nNewWidth, nNewHeight ), GetBitCount(), &pReadAcc->GetPalette() ); in ImplScaleFast() local
1121 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplScaleFast()
1167 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplScaleFast()
1170 ImplAssignWithSize( aNewBmp ); in ImplScaleFast()
1192 Bitmap aNewBmp( Size( nNewWidth, nHeight ), 24 ); in ImplScaleInterpolate() local
1193 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplScaleInterpolate()
1274 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplScaleInterpolate()
1280 *this = aNewBmp; in ImplScaleInterpolate()
1281 aNewBmp = Bitmap( Size( nNewWidth, nNewHeight ), 24 ); in ImplScaleInterpolate()
1283 pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplScaleInterpolate()
1346 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplScaleInterpolate()
1350 aOriginal.ImplAdaptBitCount(aNewBmp); in ImplScaleInterpolate()
1351 *this = aNewBmp; in ImplScaleInterpolate()
2562 Bitmap aNewBmp( GetSizePixel(), 8 ); in ImplDitherMatrix() local
2563 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplDitherMatrix()
2611 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplDitherMatrix()
2618 *this = aNewBmp; in ImplDitherMatrix()
2637 Bitmap aNewBmp( GetSizePixel(), 8 ); in ImplDitherFloyd() local
2638 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplDitherFloyd()
2751 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplDitherFloyd()
2758 *this = aNewBmp; in ImplDitherFloyd()
2773 Bitmap aNewBmp( GetSizePixel(), 24 ); in ImplDitherFloyd16() local
2774 BitmapWriteAccess* pWriteAcc = aNewBmp.AcquireWriteAccess(); in ImplDitherFloyd16()
2843 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplDitherFloyd16()
2850 *this = aNewBmp; in ImplDitherFloyd16()
2886 Bitmap aNewBmp; in ImplReduceSimple() local
2905 aNewBmp = Bitmap( GetSizePixel(), nBitCount, &rPal ); in ImplReduceSimple()
2906 pWAcc = aNewBmp.AcquireWriteAccess(); in ImplReduceSimple()
2926 aNewBmp.ReleaseAccess( pWAcc ); in ImplReduceSimple()
2938 *this = aNewBmp; in ImplReduceSimple()
3053 Bitmap aNewBmp( GetSizePixel(), nBitCount, &aNewPal ); in ImplReducePopular() local
3054 BitmapWriteAccess* pWAcc = aNewBmp.AcquireWriteAccess(); in ImplReducePopular()
3096 aNewBmp.ReleaseAccess( pWAcc ); in ImplReducePopular()
3108 *this = aNewBmp; in ImplReducePopular()
3138 Bitmap aNewBmp( GetSizePixel(), nBitCount ); in ImplReduceMedian() local
3139 BitmapWriteAccess* pWAcc = aNewBmp.AcquireWriteAccess(); in ImplReduceMedian()
3188 aNewBmp.ReleaseAccess( pWAcc ); in ImplReduceMedian()
3199 *this = aNewBmp; in ImplReduceMedian()