Home
last modified time | relevance | path

Searched refs:aBmpEx2 (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/svdraw/
H A Dsvdhdl.cxx766 …BitmapEx aBmpEx2 = ImpGetBitmapEx(eNextBigger, (sal_uInt16)eColIndex, bIsFineHdl, bIsHighContrast); in CreateOverlayObject() local
774 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime); in CreateOverlayObject()
779 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject()
781 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1), 0); in CreateOverlayObject()
786 pRetval = new ::sdr::overlay::OverlayAnimatedBitmapEx(rPos, aBmpEx1, aBmpEx2, nBlinkTime, in CreateOverlayObject()
789 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1, in CreateOverlayObject()
790 (sal_uInt16)(aBmpEx2.GetSizePixel().Height() - 1) >> 1); in CreateOverlayObject()
2420 BitmapEx aBmpEx2( GetBitmapForHandle( aHandlesBitmap, nHdlSize + 1 ) ); in CreateB2dIAObject() local
2427 aBmpEx2, in CreateB2dIAObject()
2431 (sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1, in CreateB2dIAObject()
[all …]
/aoo4110/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2427 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()
2451aBmpEx2.CopyPixel( Rectangle( Point(nPadLeft, nPadTop), aBmpSize ), Rectangle( Point(0, 0), aBmpSi… in ImplTransformBitmap()
2452 rBmpEx = aBmpEx2; in ImplTransformBitmap()

Completed in 37 milliseconds