Searched refs:aBmpEx2 (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svdhdl.cxx | 780 …BitmapEx aBmpEx2 = ImpGetBitmapEx(eNextBigger, (sal_uInt16)eColIndex, bIsFineHdl, bIsHighContrast); in CreateOverlayObject() local 788 … pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime); in CreateOverlayObject() 793 … pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject() 795 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1), 0); in CreateOverlayObject() 800 … pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject() 803 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1, in CreateOverlayObject() 804 (sal_uInt16)(aBmpEx2.GetSizePixel().Height() - 1) >> 1); in CreateOverlayObject() 2428 BitmapEx aBmpEx2( GetBitmapForHandle( aHandlesBitmap, nHdlSize + 1 ) ); in CreateB2dIAObject() local 2435 aBmpEx2, in CreateB2dIAObject() 2439 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1, in CreateB2dIAObject() [all …]
|
| /trunk/main/svtools/source/graphic/ |
| H A D | grfmgr2.cxx | 2427 BitmapEx aBmpEx2; in ImplTransformBitmap() local 2432 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetAlpha() ); in ImplTransformBitmap() 2434 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetMask() ); in ImplTransformBitmap() 2443 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), aMask ); in ImplTransformBitmap() 2446 rBmpEx = aBmpEx2; in ImplTransformBitmap() 2449 aBmpEx2.SetSizePixel( Size(nPadTotalWidth, nPadTotalHeight) ); in ImplTransformBitmap() 2450 aBmpEx2.Erase( Color(0xFF,0,0,0) ); in ImplTransformBitmap() 2451 …aBmpEx2.CopyPixel( Rectangle( Point(nPadLeft, nPadTop), aBmpSize ), Rectangle( Point(0, 0), aBmpSi… in ImplTransformBitmap() 2452 rBmpEx = aBmpEx2; in ImplTransformBitmap()
|