Lines Matching refs:rBmpEx
152 RawRGBABitmap bitmapFromVCLBitmapEx( const ::BitmapEx& rBmpEx ) in bitmapFromVCLBitmapEx() argument
160 ENSURE_OR_THROW( rBmpEx.IsTransparent(), in bitmapFromVCLBitmapEx()
167 const ::Size aBmpSize( rBmpEx.GetSizePixel() ); in bitmapFromVCLBitmapEx()
174 Bitmap aBitmap( rBmpEx.GetBitmap() ); in bitmapFromVCLBitmapEx()
186 if( rBmpEx.IsAlpha() ) in bitmapFromVCLBitmapEx()
188 Bitmap aAlpha( rBmpEx.GetAlpha().GetBitmap() ); in bitmapFromVCLBitmapEx()
331 Bitmap aMask( rBmpEx.GetMask() ); in bitmapFromVCLBitmapEx()
487 const ::BitmapEx& rBmpEx ) in drawVCLBitmapEx()
489 if( !rBmpEx.IsTransparent() ) in drawVCLBitmapEx()
491 Bitmap aBmp( rBmpEx.GetBitmap() ); in drawVCLBitmapEx()
497 bitmapFromVCLBitmapEx( rBmpEx ) ); in drawVCLBitmapEx()