Searched refs:aNewBmp (Results 1 – 6 of 6) sorted by relevance
426 *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() local896 *this = aNewBmp; in ImplConvertGhosted()1280 *this = aNewBmp; in ImplScaleInterpolate()2618 *this = aNewBmp; in ImplDitherMatrix()2850 *this = aNewBmp; in ImplDitherFloyd16()[all …]
114 Bitmap aNewBmp( GetSizePixel(), 24 ); in ImplConvolute3() local230 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 …]
801 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 …]
636 Bitmap aNewBmp(aSizePixel, nBitCount, &aDummyPal); in ImplReadDIBBody() local638 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()
358 …const Bitmap aNewBmp( Size( nPosCount * maSize.Width(), maSize.Height() ), maBmpEx.GetBitmap().Ge… in GetBitmapEx() local366 aRet = BitmapEx( aNewBmp, aAlpha ); in GetBitmapEx()369 aRet = BitmapEx( aNewBmp ); in GetBitmapEx()
459 BitmapEx aNewBmp( m_aBitmap ); in getScaledBitmap() local460 …aNewBmp.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 84 milliseconds