Searched refs:aBmpEx2 (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 785 …BitmapEx aBmpEx2 = ImpGetBitmapEx(eNextBigger, (sal_uInt16)eColIndex, bIsFineHdl, bIsHighContrast); in CreateOverlayObject() local 793 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime); in CreateOverlayObject() 798 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject() 800 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1), 0); in CreateOverlayObject() 805 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject() 808 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1, in CreateOverlayObject() 809 (sal_uInt16)(aBmpEx2.GetSizePixel().Height() - 1) >> 1); in CreateOverlayObject() 2441 BitmapEx aBmpEx2( GetBitmapForHandle( aHandlesBitmap, nHdlSize + 1 ) ); in CreateB2dIAObject() local 2448 aBmpEx2, in CreateB2dIAObject() 2452 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1, in CreateB2dIAObject() [all …]
|
/aoo41x/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 26 milliseconds