Home
last modified time | relevance | path

Searched refs:aAlphaBitmap (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1639 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( rSrcPt, rSize ) ); in GetBitmapEx() local
1642 if( aAlphaBitmap.GetBitCount() > 8 ) in GetBitmapEx()
1643 aAlphaBitmap.Convert( BMP_CONVERSION_8BIT_GREYS ); in GetBitmapEx()
1645 return BitmapEx(GetBitmap( rSrcPt, rSize ), AlphaMask( aAlphaBitmap ) ); in GetBitmapEx()
1932 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplBlendWithAlpha() local
1933 BitmapWriteAccess* pAlphaW = aAlphaBitmap.AcquireWriteAccess(); in ImplBlendWithAlpha()
2025 aAlphaBitmap.ReleaseAccess( pAlphaW ); in ImplBlendWithAlpha()
2026 mpAlphaVDev->DrawBitmap( aDstRect.TopLeft(), aAlphaBitmap ); in ImplBlendWithAlpha()

Completed in 44 milliseconds