| /trunk/main/vcl/source/gdi/ |
| H A D | wall.cxx | 43 mpBitmap = NULL; in DBG_NAME() 58 if ( rImplWallpaper.mpBitmap ) in ImplWallpaper() 59 mpBitmap = new BitmapEx( *rImplWallpaper.mpBitmap ); in ImplWallpaper() 61 mpBitmap = NULL; in ImplWallpaper() 80 delete mpBitmap; in ~ImplWallpaper() 117 delete rImplWallpaper.mpBitmap; in operator >>() 118 rImplWallpaper.mpBitmap = NULL; in operator >>() 145 rImplWallpaper.mpBitmap = new BitmapEx; in operator >>() 146 ReadDIBBitmapEx(*rImplWallpaper.mpBitmap, rIStm); in operator >>() 166 sal_Bool bBmp = ( rImplWallpaper.mpBitmap != NULL ); in operator <<() [all …]
|
| /trunk/main/canvas/source/directx/ |
| H A D | dx_bitmap.cxx | 57 mpBitmap(rBitmap), in DXBitmap() 58 mpGraphics(tools::createGraphicsFromBitmap(mpBitmap)), in DXBitmap() 67 mpBitmap(), in DXBitmap() 74 mpBitmap.reset( in DXBitmap() 82 mpBitmap.reset( in DXBitmap() 89 mpGraphics.reset( tools::createGraphicsFromBitmap(mpBitmap) ); in DXBitmap() 94 return mpBitmap; in getBitmap() 129 if( Gdiplus::Ok != mpBitmap->LockBits( &aRect, in getData() 141 mpBitmap->UnlockBits( &aBmpData ); in getData() 161 if( Gdiplus::Ok != mpBitmap->LockBits( &aRect, in setData() [all …]
|
| H A D | dx_canvasbitmap.cxx | 49 mpBitmap( rBitmap ) in CanvasBitmap() 51 ENSURE_OR_THROW( mpDevice.is() && mpBitmap, in CanvasBitmap() 55 maCanvasHelper.setTarget( mpBitmap ); in CanvasBitmap() 60 mpBitmap.reset(); in disposing() 88 if(!mpBitmap->hasAlpha()) in getFastPropertyValue() 91 mpBitmap->getBitmap()->GetHBITMAP(Gdiplus::Color(), &aHBmp ); in getFastPropertyValue() 103 const basegfx::B2IVector aSize(mpBitmap->getSize()); in getFastPropertyValue() 133 BitmapSharedPtr pGDIPlusBitmap=mpBitmap->getBitmap(); in getFastPropertyValue() 159 if(!mpBitmap->hasAlpha()) in getFastPropertyValue() 183 const basegfx::B2IVector aSize(mpBitmap->getSize()); in getFastPropertyValue() [all …]
|
| H A D | dx_spritehelper.cxx | 59 mpBitmap(), in SpriteHelper() 77 mpBitmap = rBitmap; in init() 88 mpBitmap.reset(); in disposing() 102 if( !mpBitmap || in needRedraw() 119 if( !mpBitmap || in redraw() 182 mpBitmap->draw(fAlpha,rPos,rTransform); in redraw() 193 mpBitmap->draw(fAlpha,rPos,aClipBounds,rTransform); in redraw() 200 mpBitmap->draw(fAlpha,rPos,aClipPath,rTransform); in redraw()
|
| H A D | dx_canvasbitmap.hxx | 86 virtual IBitmapSharedPtr getBitmap() const { return mpBitmap; } in getBitmap() 96 IBitmapSharedPtr mpBitmap; member in dxcanvas::CanvasBitmap
|
| H A D | dx_spritehelper.hxx | 101 DXSurfaceBitmapSharedPtr mpBitmap; member in dxcanvas::SpriteHelper
|
| H A D | dx_bitmap.hxx | 79 BitmapSharedPtr mpBitmap; member in dxcanvas::DXBitmap
|
| /trunk/main/cui/source/dialogs/ |
| H A D | colorpicker.cxx | 421 Bitmap* mpBitmap; member in cui::ColorFieldControl 437 , mpBitmap( 0 ) in ColorFieldControl() 447 delete mpBitmap; in ~ColorFieldControl() 456 if( mpBitmap && mpBitmap->GetSizePixel() != aSize ) in UpdateBitmap() 457 delete mpBitmap, mpBitmap = NULL; in UpdateBitmap() 462 if( !mpBitmap ) in UpdateBitmap() 464 mpBitmap = new Bitmap( aSize, 24 ); in UpdateBitmap() 501 BitmapWriteAccess* pWriteAccess = mpBitmap->AcquireWriteAccess(); in UpdateBitmap() 589 mpBitmap->ReleaseAccess( pWriteAccess ); in UpdateBitmap() 597 if( !mpBitmap ) in ShowPosition() [all …]
|
| /trunk/main/filter/source/graphicfilter/icgm/ |
| H A D | bitmap.cxx | 54 …if ( ( rDesc.mpBitmap = new Bitmap( Size( rDesc.mnX, rDesc.mnY ), (sal_uInt16)rDesc.mnDstBitsPerPi… in ImplGetBitmap() 56 if ( ( rDesc.mpAcc = rDesc.mpBitmap->AcquireWriteAccess() ) != NULL ) in ImplGetBitmap() 216 rDesc.mpBitmap->ReleaseAccess( rDesc.mpAcc ); in ImplGetBitmap() 221 if ( rDesc.mpBitmap ) in ImplGetBitmap() 223 delete rDesc.mpBitmap; in ImplGetBitmap() 224 rDesc.mpBitmap = NULL; in ImplGetBitmap() 342 rDest.mpBitmap->Expand( 0, rSource.mnY ); in ImplInsert() 343 … rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert() 344 Rectangle( Point( 0, 0 ), Size( rSource.mnX, rSource.mnY ) ), rSource.mpBitmap ); in ImplInsert() 357 rDest.mpBitmap->Expand( 0, rSource.mnY ); in ImplInsert() [all …]
|
| H A D | bitmap.hxx | 36 Bitmap* mpBitmap; member in CGMBitmapDescriptor 54 mpBitmap ( NULL ), in CGMBitmapDescriptor() 62 mpBitmap->ReleaseAccess( mpAcc ); in ~CGMBitmapDescriptor() 63 if ( mpBitmap ) in ~CGMBitmapDescriptor() 64 delete mpBitmap; in ~CGMBitmapDescriptor()
|
| H A D | actimpr.cxx | 637 if ( pBmpDesc->mbStatus && pBmpDesc->mpBitmap ) in DrawBitmap() 649 pBmpDesc->mpBitmap->Mirror( nMirr ); in DrawBitmap() 665 …rence< awt::XBitmap > xBitmap( VCLUnoHelper::CreateBitmap( BitmapEx( *( pBmpDesc->mpBitmap ) ) ) ); in DrawBitmap()
|
| /trunk/main/vcl/source/window/ |
| H A D | splitwin.cxx | 81 Bitmap* mpBitmap; member 467 if ( pSet->mpBitmap ) in ImplDeleteSet() 468 delete pSet->mpBitmap; in ImplDeleteSet() 1045 if ( pSet->mpBitmap ) in ImplDrawBack() 1051 ImplDrawBack( pWindow, aRect, pSet->mpWallpaper, pSet->mpBitmap ); in ImplDrawBack() 1060 if ( pSet->mpBitmap || pSet->mpWallpaper ) in ImplDrawBack() 1066 ImplDrawBack( pWindow, aRect, pSet->mpWallpaper, pSet->mpBitmap ); in ImplDrawBack() 1363 pNewSet->mpBitmap = NULL; in ImplInit() 1440 if ( mpMainSet->mpBitmap ) in ImplInitSettings() 2918 pNewSet->mpBitmap = NULL; in InsertItem() [all …]
|
| /trunk/main/vcl/inc/ |
| H A D | wall2.hxx | 35 BitmapEx* mpBitmap; member in ImplWallpaper
|