Lines Matching refs:BitmapEx

66 							sal_uInt16 nId, const BitmapEx &aBitmap )  in ImageAryData()
118 sal_uInt16 nId, const BitmapEx &aBitmapEx ) in AddImage()
143 ImplImageData::ImplImageData( const BitmapEx& rBmpEx ) : in ImplImageData()
232 void ImplImageBmp::Create( const BitmapEx& rBmpEx, long nItemWidth, long nItemHeight, sal_uInt16 nI… in Create()
320 void ImplImageBmp::Replace( sal_uInt16 nPos, const BitmapEx& rBmpEx ) in Replace()
356 BitmapEx ImplImageBmp::GetBitmapEx( sal_uInt16 nPosCount, sal_uInt16* pPosAry ) const in GetBitmapEx()
359 BitmapEx aRet; in GetBitmapEx()
366 aRet = BitmapEx( aNewBmp, aAlpha ); in GetBitmapEx()
369 aRet = BitmapEx( aNewBmp ); in GetBitmapEx()
408 BitmapEx aTmpBmpEx; in Draw()
514 aTmpBmpEx = BitmapEx( aTmpBmp, AlphaMask( aAlphaBmp ) ); in Draw()
519 aTmpBmpEx = BitmapEx( aTmpBmp, AlphaMask( aTmpBmp.GetSizePixel(), &cErase ) ); in Draw()
525 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetAlpha() ); in Draw()
527 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetMask() ); in Draw()
534 const BitmapEx* pOutputBmp; in Draw()
563 mpDisplayBmp = new BitmapEx( maBmpEx ); in ImplUpdateDisplayBmp()
569 mpDisplayBmp = new BitmapEx( aBmp, maBmpEx.GetMask().CreateDisplayBitmap( pOutDev ) ); in ImplUpdateDisplayBmp()
571 mpDisplayBmp = new BitmapEx( aBmp ); in ImplUpdateDisplayBmp()
574 mpDisplayBmp = new BitmapEx( maBmpEx ); in ImplUpdateDisplayBmp()
590 maDisabledBmpEx = BitmapEx( aGrey, aGreyAlphaMask ); in ImplUpdateDisabledBmpEx()
631 maDisabledBmpEx = BitmapEx( aGrey, aGreyAlphaMask ); in ImplUpdateDisabledBmpEx()