/aoo4110/main/dtrans/source/win32/dtobj/ |
H A D | FmtFilter.cxx | 552 pBmp->biWidth = aBmpSize.cx; in WinBITMAPToOOBMP() 553 pBmp->biHeight = aBmpSize.cy; in WinBITMAPToOOBMP() 554 pBmp->biPlanes = 1; in WinBITMAPToOOBMP() 555 pBmp->biBitCount = 32; in WinBITMAPToOOBMP() 556 pBmp->biCompression = BI_RGB; in WinBITMAPToOOBMP() 557 pBmp->biSizeImage = (DWORD)nDataBytes; in WinBITMAPToOOBMP() 558 pBmp->biXPelsPerMeter = 1000; in WinBITMAPToOOBMP() 559 pBmp->biYPelsPerMeter = 1000; in WinBITMAPToOOBMP() 560 pBmp->biClrUsed = 0; in WinBITMAPToOOBMP() 561 pBmp->biClrImportant = 0; in WinBITMAPToOOBMP() [all …]
|
/aoo4110/main/basebmp/test/ |
H A D | cliptest.cxx | 149 BitmapDeviceSharedPtr pBmp( cloneBitmapDevice( in implTestBmpClip() local 154 pBmp->clear(aCol1); in implTestBmpClip() 155 pBmp->setPixel(basegfx::B2IPoint(0,0),aCol2,DrawMode_PAINT); in implTestBmpClip() 156 pBmp->setPixel(basegfx::B2IPoint(1,1),aCol2,DrawMode_PAINT); in implTestBmpClip() 157 pBmp->setPixel(basegfx::B2IPoint(2,2),aCol2,basebmp::DrawMode_PAINT); in implTestBmpClip() 160 rDevice->drawBitmap(pBmp, in implTestBmpClip() 174 BitmapDeviceSharedPtr pBmp( createBitmapDevice( rDevice->getSize(), in implTestMaskColorClip() local 184 pBmp->clear( basebmp::Color(0) ); in implTestMaskColorClip() 185 pBmp->fillPolyPolygon( in implTestMaskColorClip() 195 pBmp, in implTestMaskColorClip()
|
/aoo4110/main/vcl/source/window/ |
H A D | introwin.cxx | 69 SalBitmap* pBmp = rBitmap.ImplGetImpBitmap()->ImplGetSalBitmap(); in SetBackgroundBitmap() local 70 ImplGetFrame()->SetBackgroundBitmap( pBmp ); in SetBackgroundBitmap() 78 SalBitmap* pBmp = rBitmapEx.ImplGetBitmapImpBitmap()->ImplGetSalBitmap(); in SetBackgroundBitmap() local 79 ImplGetFrame()->SetBackgroundBitmap( pBmp ); in SetBackgroundBitmap()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | viscache.hxx | 38 Bitmap * pBmp; member in Impl_OlePres 48 , pBmp( NULL ) in Impl_OlePres() 57 delete pBmp; in ~Impl_OlePres() 66 Bitmap *GetBitmap() const { return pBmp; } in GetBitmap()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | impvect.cxx | 745 Bitmap* pBmp = new Bitmap( rColorBmp ); in ImplVectorize() local 746 BitmapReadAccess* pRAcc = pBmp->AcquireReadAccess(); in ImplVectorize() 834 pBmp->ReleaseAccess( pRAcc ); in ImplVectorize() 835 delete pBmp; in ImplVectorize() 847 Bitmap* pBmp = new Bitmap( rMonoBmp ); in ImplVectorize() local 854 if( pBmp->GetBitCount() > 1 ) in ImplVectorize() 855 pBmp->Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in ImplVectorize() 859 pRAcc = pBmp->AcquireReadAccess(); in ImplVectorize() 861 pBmp->ReleaseAccess( pRAcc ); in ImplVectorize() 862 delete pBmp; in ImplVectorize()
|
H A D | impimage.cxx | 595 BitmapReadAccess* pBmp( aBmp.AcquireReadAccess() ); in ImplUpdateDisabledBmpEx() local 603 if( pBmp && pBmpAlphaMask && pGrey && pGreyAlphaMask ) in ImplUpdateDisabledBmpEx() 615 aGreyVal.SetIndex( pBmp->GetLuminance( nY, nX ) ); in ImplUpdateDisabledBmpEx() 626 aBmp.ReleaseAccess( pBmp ); in ImplUpdateDisabledBmpEx()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxdevice.cxx | 229 VCLXBitmap* pBmp = new VCLXBitmap; in createBitmap() local 230 pBmp->SetBitmap( BitmapEx( aBmp ) ); in createBitmap() 231 xBmp = pBmp; in createBitmap() 241 VCLXBitmap* pBmp = new VCLXBitmap; in createDisplayBitmap() local 242 pBmp->SetBitmap( aBmp ); in createDisplayBitmap() 243 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDisplayBitmap > xDBmp = pBmp; in createDisplayBitmap()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 638 BitmapReadAccess* pBmp; in ReadRecordParams() local 645 pBmp = aBmp.AcquireReadAccess(); in ReadRecordParams() 646 if ( pBmp ) in ReadRecordParams() 648 for ( sal_Int32 y = 0; y < pBmp->Height(); y++ ) in ReadRecordParams() 650 for ( sal_Int32 x = 0; x < pBmp->Width(); x++ ) in ReadRecordParams() 652 const BitmapColor aColor( pBmp->GetColor( y, x ) ); in ReadRecordParams() 659 nCount = pBmp->Height() * pBmp->Width(); in ReadRecordParams() 662 aBmp.ReleaseAccess( pBmp ); in ReadRecordParams()
|
H A D | enhwmf.cxx | 1304 BitmapReadAccess* pBmp; in ReadEnhWMF() local 1315 pBmp = aBmp.AcquireReadAccess(); in ReadEnhWMF() 1316 if ( pBmp ) in ReadEnhWMF() 1318 for ( sal_Int32 y = 0; y < pBmp->Height(); y++ ) in ReadEnhWMF() 1320 for ( sal_Int32 x = 0; x < pBmp->Width(); x++ ) in ReadEnhWMF() 1322 const BitmapColor aColor( pBmp->GetColor( y, x ) ); in ReadEnhWMF() 1329 nCount = pBmp->Height() * pBmp->Width(); in ReadEnhWMF() 1332 aBmp.ReleaseAccess( pBmp ); in ReadEnhWMF()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 1023 ImplBmpObj( X11SalBitmap* pBmp, sal_uLong nMemSize, sal_uLong nFlags ) : in ImplBmpObj() 1024 mpBmp( pBmp ), mnMemSize( nMemSize ), mnFlags( nFlags ) {} in ImplBmpObj() 1043 void ImplSalBitmapCache::ImplAdd( X11SalBitmap* pBmp, sal_uLong nMemSize, sal_uLong nFlags ) in ImplAdd() argument 1049 if( pObj->mpBmp == pBmp ) in ImplAdd() 1060 maBmpList.Insert( new ImplBmpObj( pBmp, nMemSize, nFlags ), LIST_APPEND ); in ImplAdd() 1065 void ImplSalBitmapCache::ImplRemove( X11SalBitmap* pBmp ) in ImplRemove() argument 1069 if( pObj->mpBmp == pBmp ) in ImplRemove()
|
/aoo4110/main/svtools/source/plugapp/ |
H A D | ttprops.cxx | 62 sal_Bool TTProperties::Img( Bitmap *pBmp ) in Img() argument 65 mpBmp = pBmp; in Img()
|
/aoo4110/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 374 void SvxPageWindow::SetBitmap( Bitmap* pBmp ) in SetBitmap() argument 376 if ( pBmp ) in SetBitmap() 378 pImpl->aBitmap = *pBmp; in SetBitmap()
|
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 375 sal_uInt8* pBmp = d <= 8 ? in X11_getBmpFromPixmap() local 380 return pBmp; in X11_getBmpFromPixmap() 383 void x11::X11_freeBmp( sal_uInt8* pBmp ) in X11_freeBmp() argument 385 rtl_freeMemory( pBmp ); in X11_freeBmp()
|
H A D | bmp.hxx | 48 void X11_freeBmp( sal_uInt8* pBmp );
|
/aoo4110/main/vcl/inc/unx/ |
H A D | salbmp.h | 184 void ImplAdd( X11SalBitmap* pBmp, sal_uIntPtr nMemSize = 0UL, sal_uIntPtr nFlags = 0UL ); 185 void ImplRemove( X11SalBitmap* pBmp );
|
/aoo4110/main/automation/source/server/ |
H A D | server.cxx | 536 Bitmap *pBmp = new Bitmap( aGraphic.GetBitmap() ); in Timeout() local 537 StatementList::pTTProperties->Img( pBmp ); in Timeout() 538 delete pBmp; in Timeout()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | ttprops.hxx | 84 sal_Bool Img( Bitmap *pBmp );
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 425 const SvpSalBitmap* pBmp = dynamic_cast<const SvpSalBitmap*>(&rSalBitmap); in drawBitmap() local 426 if( pBmp ) in drawBitmap() 428 SalPrinterBmp aBmp(pBmp->getBitmap()); in drawBitmap()
|
/aoo4110/main/svx/inc/svx/ |
H A D | pagectrl.hxx | 102 void SetBitmap( Bitmap* pBmp );
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2305 X11SalBitmap *pBmp = new X11SalBitmap; in SnapShot() local 2307 if( pBmp->SnapShot( GDK_DISPLAY_XDISPLAY( getGdkDisplay() ), in SnapShot() 2309 return pBmp; in SnapShot() 2311 delete pBmp; in SnapShot()
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 1893 X11SalBitmap *pBmp = new X11SalBitmap; in SnapShot() local 1894 if (pBmp->SnapShot (pDisplay, hWindow)) in SnapShot() 1895 return pBmp; in SnapShot() 1897 delete pBmp; in SnapShot()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 809 SvLBoxContextBmp* pBmp = (SvLBoxContextBmp*)(pEntry->GetFirstItem(SV_ITEM_ID_LBOXCONTEXTBMP)); in EntryReallyHit() local 810 aRect.Left() -= pBmp->GetSize(pView,pEntry).Width(); in EntryReallyHit()
|