Searched refs:aAlphaBitmap (Results 1 – 1 of 1) sorted by relevance
1630 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( rSrcPt, rSize ) ); in GetBitmapEx() local1633 if( aAlphaBitmap.GetBitCount() > 8 ) in GetBitmapEx()1634 aAlphaBitmap.Convert( BMP_CONVERSION_8BIT_GREYS ); in GetBitmapEx()1636 return BitmapEx(GetBitmap( rSrcPt, rSize ), AlphaMask( aAlphaBitmap ) ); in GetBitmapEx()1923 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplBlendWithAlpha() local1924 BitmapWriteAccess* pAlphaW = aAlphaBitmap.AcquireWriteAccess(); in ImplBlendWithAlpha()2016 aAlphaBitmap.ReleaseAccess( pAlphaW ); in ImplBlendWithAlpha()2017 mpAlphaVDev->DrawBitmap( aDstRect.TopLeft(), aAlphaBitmap ); in ImplBlendWithAlpha()
Completed in 46 milliseconds