Searched refs:aBmpEx2 (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 782 …BitmapEx aBmpEx2 = ImpGetBitmapEx(eNextBigger, (sal_uInt16)eColIndex, bIsFineHdl, bIsHighContrast); in CreateOverlayObject() local 790 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime); in CreateOverlayObject() 795 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject() 797 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1), 0); in CreateOverlayObject() 802 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject() 805 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1, in CreateOverlayObject() 806 (sal_uInt16)(aBmpEx2.GetSizePixel().Height() - 1) >> 1); in CreateOverlayObject() 2430 BitmapEx aBmpEx2( GetBitmapForHandle( aHandlesBitmap, nHdlSize + 1 ) ); in CreateB2dIAObject() local 2437 aBmpEx2, in CreateB2dIAObject() 2441 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1, in CreateB2dIAObject() [all …]
|
/aoo42x/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()
|
Completed in 34 milliseconds