Home
last modified time | relevance | path

Searched refs:aAlphaBitmap (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Doutdev2.cxx1630 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( rSrcPt, rSize ) ); in GetBitmapEx() local
1633 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() local
1924 BitmapWriteAccess* pAlphaW = aAlphaBitmap.AcquireWriteAccess(); in ImplBlendWithAlpha()
2016 aAlphaBitmap.ReleaseAccess( pAlphaW ); in ImplBlendWithAlpha()
2017 mpAlphaVDev->DrawBitmap( aDstRect.TopLeft(), aAlphaBitmap ); in ImplBlendWithAlpha()

Completed in 29 milliseconds