Home
last modified time | relevance | path

Searched refs:aNewBmp (Results 1 – 6 of 6) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx801 aRotatedBmp = aNewBmp; in Rotate()
878 aRotatedBmp = aNewBmp; in Rotate()
923 aNewBmp.ReleaseAccess( pWriteAcc ); in Crop()
930 ImplAssignWithSize( aNewBmp ); in Crop()
1180 ImplAssignWithSize( aNewBmp ); in Expand()
1363 aNewBmp.ReleaseAccess( pWriteAcc ); in CreateMask()
1368 aNewBmp.maPrefSize = maPrefSize; in CreateMask()
1372 aNewBmp = Bitmap(); in CreateMask()
1374 return aNewBmp; in CreateMask()
1590 aNewBmp.ReleaseAccess( pNewAcc ); in Replace()
[all …]
H A Dbitmap3.cxx426 *this = aNewBmp; in ImplMakeMono()
503 *this = aNewBmp; in ImplMakeMonoDither()
611 *this = aNewBmp; in ImplMakeGreyscales()
693 *this = aNewBmp; in ImplConvertUp()
819 *this = aNewBmp; in ImplConvertDown()
833 Bitmap aNewBmp; in ImplConvertGhosted() local
896 *this = aNewBmp; in ImplConvertGhosted()
1280 *this = aNewBmp; in ImplScaleInterpolate()
2618 *this = aNewBmp; in ImplDitherMatrix()
2850 *this = aNewBmp; in ImplDitherFloyd16()
[all …]
H A Dbitmap4.cxx114 Bitmap aNewBmp( GetSizePixel(), 24 ); in ImplConvolute3() local
230 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplConvolute3()
242 *this = aNewBmp; in ImplConvolute3()
361 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplMedianFilter()
373 *this = aNewBmp; in ImplMedianFilter()
489 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplSobelGrey()
500 *this = aNewBmp; in ImplSobelGrey()
603 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplEmbossGrey()
614 *this = aNewBmp; in ImplEmbossGrey()
741 aNewBmp.ReleaseAccess( pWriteAcc ); in ImplSepia()
[all …]
H A Ddibtools.cxx636 Bitmap aNewBmp(aSizePixel, nBitCount, &aDummyPal); in ImplReadDIBBody() local
638 BitmapWriteAccess* pAcc = aNewBmp.AcquireWriteAccess(); in ImplReadDIBBody()
741 aNewBmp.SetPrefMapMode(aMapMode); in ImplReadDIBBody()
742 aNewBmp.SetPrefSize(Size(aHeader.nWidth, aHeader.nHeight)); in ImplReadDIBBody()
752 aNewBmp.ReleaseAccess(pAcc); in ImplReadDIBBody()
766 rBmp = aNewBmp; in ImplReadDIBBody()
H A Dimpimage.cxx358 …const Bitmap aNewBmp( Size( nPosCount * maSize.Width(), maSize.Height() ), maBmpEx.GetBitmap().Ge… in GetBitmapEx() local
366 aRet = BitmapEx( aNewBmp, aAlpha ); in GetBitmapEx()
369 aRet = BitmapEx( aNewBmp ); in GetBitmapEx()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx459 BitmapEx aNewBmp( m_aBitmap ); in getScaledBitmap() local
460aNewBmp.Scale( sizeFromRealSize2D( newSize ), beFast ? BMP_SCALE_FASTESTINTERPOLATE : BMP_SCALE_IN… in getScaledBitmap()
461 return uno::Reference<rendering::XBitmap>( new VclCanvasBitmap( aNewBmp ) ); in getScaledBitmap()

Completed in 51 milliseconds