/aoo41x/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 >>() 364 if ( mpImplWallpaper->mpBitmap ) in SetBitmap() 378 if ( mpImplWallpaper->mpBitmap ) in GetBitmap() 606 if ( mpImplWallpaper->mpBitmap != rWallpaper.mpImplWallpaper->mpBitmap in operator ==() [all …]
|
/aoo41x/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() 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() 173 mpBitmap->UnlockBits( &aBmpData ); 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
|
/aoo41x/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 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() 597 if( !mpBitmap ) in ShowPosition() 714 if( !mpBitmap ) in Paint() 834 , mpBitmap( 0 ) in ColorSliderControl() 854 if( mpBitmap && mpBitmap->GetSizePixel() != aSize ) in UpdateBitmap() 855 delete mpBitmap, mpBitmap = NULL; in UpdateBitmap() [all …]
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | bitmap.cxx | 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() 359 Rectangle( Point( 0, 0 ), Size( rSource.mnX, rSource.mnY ) ), rSource.mpBitmap ); 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()
|
/aoo41x/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() 1363 pNewSet->mpBitmap = NULL; in ImplInit() 1440 if ( mpMainSet->mpBitmap ) in ImplInitSettings() 3212 if ( pSet->mpBitmap ) in SetItemBitmap() 3214 delete pSet->mpBitmap; in SetItemBitmap() 3215 pSet->mpBitmap = NULL; in SetItemBitmap() 3225 if ( !pSet->mpBitmap ) in SetItemBitmap() [all …]
|
/aoo41x/main/vcl/inc/ |
H A D | wall2.hxx | 35 BitmapEx* mpBitmap; member in ImplWallpaper
|