Searched refs:aNewMask (Results 1 – 2 of 2) sorted by relevance
204 … Bitmap aNewMask( aOldBmp.CreateMask( Color( cTransR, cTransG, cTransB ) ) ); in Start() local207 aNewMask.CombineSimple( aOldMask, BMP_COMBINE_OR ); in Start()209 aGraphic = BitmapEx( aOldBmp, aNewMask ); in Start()
1560 AlphaMask aNewMask; in DoAction() local1593 aNewMask = AlphaMask(aVDev.GetBitmap(Point(0, 0), aVDev.GetOutputSizePixel())); in DoAction()1608 aNewMask = AlphaMask(aBitmapEx.GetBitmap().GetSizePixel(), &aAlpha); in DoAction()1611 aBitmapEx = BitmapEx(aBitmapEx.GetBitmap(), aNewMask); in DoAction()1654 BitmapReadAccess* pNew = aNewMask.AcquireReadAccess(); in DoAction()1677 aNewMask.ReleaseAccess(pNew); in DoAction()
Completed in 18 milliseconds