Home
last modified time | relevance | path

Searched refs:aBmp (Results 51 – 75 of 103) sorted by relevance

12345

/aoo41x/main/vcl/source/window/
H A Dwindow2.cxx309 Bitmap aBmp; in SnapShot() local
314 aBmp = mpWindowImpl->mpBorderWindow->SnapShot(); in SnapShot()
327 aBmp.ImplSetImpBitmap( pImpBmp ); in SnapShot()
328 return aBmp; in SnapShot()
332 …Window->ImplGetFrameBitmap( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ), aBmp ); in SnapShot()
336 return aBmp; in SnapShot()
H A Ddecoview.cxx303 Bitmap aBmp( Size( nExt, nExt ), 1 ); in ImplDrawSymbol() local
304 BitmapWriteAccess* pWAcc = aBmp.AcquireWriteAccess(); in ImplDrawSymbol()
315 aBmp.ReleaseAccess( pWAcc ); in ImplDrawSymbol()
316 pDev->DrawMask( Point( nCenterX - n2, nCenterY - n2 ), aBmp, pDev->GetFillColor() ); in ImplDrawSymbol()
/aoo41x/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx140 Bitmap aBmp( rGraphic.GetBitmap() ); in MakeAsMeta() local
141 Size aSize = aBmp.GetPrefSize(); in MakeAsMeta()
145 aBmp.GetSizePixel(), MAP_100TH_MM ); in MakeAsMeta()
148 aBmp.GetPrefMapMode(), MAP_100TH_MM ); in MakeAsMeta()
/aoo41x/main/toolkit/source/helper/
H A Dvclunohelper.cxx80 BitmapEx aBmp; in GetBitmap() local
86 aBmp = aGraphic.GetBitmapEx(); in GetBitmap()
92 aBmp = pVCLBitmap->GetBitmap(); in GetBitmap()
106 aBmp = BitmapEx( aDIB, aMask ); in GetBitmap()
109 return aBmp; in GetBitmap()
/aoo41x/main/cui/source/tabpages/
H A Dbackgrnd.cxx1485 Bitmap aBmp = aBgdGraphic.GetBitmap(); in IMPL_LINK() local
1486 pPreviewWin2->NotifyChange( &aBmp ); in IMPL_LINK()
1614 Bitmap aBmp = aBgdGraphic.GetBitmap(); in IMPL_LINK() local
1615 pPreviewWin2->NotifyChange( &aBmp ); in IMPL_LINK()
1929 Bitmap aBmp = aBgdGraphic.GetBitmap(); in FillControls_Impl() local
1930 pPreviewWin2->NotifyChange( &aBmp ); in FillControls_Impl()
/aoo41x/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx751 Bitmap aBmp = maGraphic.GetBitmap(); in IMPL_LINK() local
752 if ( !aBmp.IsEmpty() ) in IMPL_LINK()
757 sal_Int32 nBmpWidth = aBmp.GetSizePixel().Width(); in IMPL_LINK()
758 sal_Int32 nBmpHeight = aBmp.GetSizePixel().Height(); in IMPL_LINK()
764 aBmp.Scale( nXRatio, nXRatio ); in IMPL_LINK()
766 aBmp.Scale( nYRatio, nYRatio ); in IMPL_LINK()
769 aBmp.Convert( BMP_CONVERSION_24BIT ); in IMPL_LINK()
774 WriteDIB(aBmp, aData, false, true); in IMPL_LINK()
/aoo41x/main/sc/source/filter/excel/
H A Dxeescher.cxx253 Bitmap aBmp = maGraphic.GetBitmap(); in Save() local
254 if( aBmp.GetBitCount() != 24 ) in Save()
255 aBmp.Convert( BMP_CONVERSION_24BIT ); in Save()
257 if( BitmapReadAccess* pAccess = aBmp.AcquireReadAccess() ) in Save()
289 aBmp.ReleaseAccess( pAccess ); in Save()
/aoo41x/main/svtools/source/graphic/
H A Dprovider.cxx256 Bitmap aBmp; in implLoadBitmap() local
259 ReadDIB(aBmp, aBmpStream, true); in implLoadBitmap()
267 aBmpEx = BitmapEx( aBmp, aMask ); in implLoadBitmap()
270 aBmpEx = BitmapEx( aBmp ); in implLoadBitmap()
H A Dgrfmgr2.cxx1026 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImplCreateScaled() local
1028 BitmapReadAccess* pAcc = aBmp.AcquireReadAccess(); in ImplCreateScaled()
1038 DBG_ASSERT( aBmp.GetSizePixel() == rBmpEx.GetSizePixel(), in ImplCreateScaled()
1217 aBmp.ReleaseAccess( pAcc ); in ImplCreateScaled()
1427 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImplCreateRotatedScaled() local
1429 BitmapReadAccess* pAcc = aBmp.AcquireReadAccess(); in ImplCreateRotatedScaled()
1553 aBmp.ReleaseAccess( pAcc ); in ImplCreateRotatedScaled()
/aoo41x/main/svx/source/xoutdev/
H A D_xoutbmp.cxx121 Bitmap aBmp( rGraphic.GetBitmap() ); in MirrorGraphic() local
123 aBmp.Mirror( nMirrorFlags ); in MirrorGraphic()
124 aRetGraphic = aBmp; in MirrorGraphic()
/aoo41x/main/sfx2/source/appl/
H A Dlinkmgr2.cxx532 Bitmap aBmp; in GetGraphicFromAny() local
533 ReadDIB(aBmp, aMemStm, true); in GetGraphicFromAny()
534 rGrf = aBmp; in GetGraphicFromAny()
/aoo41x/main/vcl/aqua/source/app/
H A Dsalinst.cxx1244 Bitmap aBmp( aBmpEx.GetBitmap() ); in CreateCGImage() local
1246 if( ! aBmp || ! aBmp.ImplGetImpBitmap() ) in CreateCGImage()
1250 … AquaSalBitmap* pSalBmp = static_cast<AquaSalBitmap*>(aBmp.ImplGetImpBitmap()->ImplGetSalBitmap()); in CreateCGImage()
/aoo41x/main/toolkit/source/layout/core/
H A Dhelper.cxx656 BitmapEx aBmp; in loadGraphic() local
662 if ( !vcl::ImageRepository::loadImage( OUString::createFromAscii( pName ), aBmp, true ) ) in loadGraphic()
665 return Graphic( aBmp ).GetXGraphic(); in loadGraphic()
/aoo41x/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx657 BitmapEx aBmp (SdResId (bHighContrast in Fill() local
662 aBmp.Mirror (BMP_MIRROR_HORZ); in Fill()
664 InsertItem (i, aBmp, String (SdResId (pInfo->mnStrResId))); in Fill()
/aoo41x/main/vcl/source/gdi/
H A Dgdimtf.cxx1995 Bitmap aBmp( rBmpEx.GetSizePixel(), 4, &aPal ); in ImplBmpMonoFnc() local
1996 aBmp.Erase( ( (const ImplBmpMonoParam*) pBmpParam )->aColor ); in ImplBmpMonoFnc()
1999 return BitmapEx( aBmp, rBmpEx.GetAlpha() ); in ImplBmpMonoFnc()
2001 return BitmapEx( aBmp, rBmpEx.GetMask() ); in ImplBmpMonoFnc()
2003 return aBmp; in ImplBmpMonoFnc()
3103 Bitmap aBmp( aVDev.GetBitmap( aNullPt, aVDev.GetOutputSizePixel() ) ); in CreateThumbnail() local
3106 if ( aBmp.GetBitCount() != 24 ) in CreateThumbnail()
3107 aBmp.Convert( BMP_CONVERSION_24BIT ); in CreateThumbnail()
3134 rBmpEx = BitmapEx( aBmp, aVDev.GetBitmap( aNullPt, aVDev.GetOutputSizePixel() ) ); in CreateThumbnail()
H A Dwall.cxx382 BitmapEx aBmp; in GetBitmap() local
383 return aBmp; in GetBitmap()
/aoo41x/main/canvas/source/directx/
H A Ddx_vcltools.cxx491 Bitmap aBmp( rBmpEx.GetBitmap() ); in drawVCLBitmapEx() local
492 return drawVCLBitmap( rGraphics, aBmp ); in drawVCLBitmapEx()
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dtransparencygroupaction.cxx423 BitmapSharedPtr aBmp( VCLFactory::getInstance().createBitmap( in render() local
428 mxBufferBitmap = aBmp->getUNOBitmap(); in render()
/aoo41x/main/svtools/source/filter/wmf/
H A Denhwmf.cxx1303 Bitmap aBmp; in ReadEnhWMF() local
1314 ReadDIB(aBmp, *pWMF, false); in ReadEnhWMF()
1315 pBmp = aBmp.AcquireReadAccess(); in ReadEnhWMF()
1332 aBmp.ReleaseAccess( pBmp ); in ReadEnhWMF()
H A Dwinmtf.hxx477 Bitmap aBmp; member
482 aBmp( rBmp ), aOutRect( rOutRect ), nWinRop( nRop ){}; in BSaveStruct()
/aoo41x/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx367 Bitmap aBmp( aVD.GetBitmap( Point(), aColorSize ) ); in FillValueSet() local
369 aColorSet.InsertItem( (sal_uInt16)1, Image(aBmp), SVX_RESSTR( RID_SVXSTR_INVISIBLE ) ); in FillValueSet()
/aoo41x/main/editeng/source/editeng/
H A Deditobj.cxx77 Bitmap aBmp( pFmt->GetBrush()->GetGraphic()->GetBitmap() ); in DBG_NAME() local
78 aBmp.SetPrefSize( pFmt->GetGraphicSize() ); in DBG_NAME()
79 aBmp.SetPrefMapMode( MAP_100TH_MM ); in DBG_NAME()
80 rBullet.SetBitmap( aBmp ); in DBG_NAME()
/aoo41x/main/svtools/source/misc/
H A Dembedhlp.cxx778 Bitmap aBmp( SvtResId( BMP_PLUGIN ) ); in DrawPaintReplacement() local
785 Size aBmpSize = aBmp.GetSizePixel(); in DrawPaintReplacement()
807 pOut->DrawBitmap( aP, Size( nWidth, nHeight ), aBmp ); in DrawPaintReplacement()
/aoo41x/main/sd/source/ui/dlg/
H A Danimobjs.cxx587 BitmapEx aBmp( *pBitmapEx ); in UpdateControl() local
609 aBmp = BitmapEx( aVD.GetBitmap( aObjRect.TopLeft(), aObjSize ) ); in UpdateControl()
613 aCtlDisplay.SetBitmapEx( &aBmp ); in UpdateControl()
/aoo41x/main/framework/source/services/
H A Dbackingwindow.cxx610 BitmapEx aBmp( i_rId ); in loadImage() local
611 Size aImgSize( aBmp.GetSizePixel() ); in loadImage()
616 i_rButton.SetModeImage( aBmp ); in loadImage()

Completed in 456 milliseconds

12345