Searched refs:pSalBitmap (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sfx2/source/appl/ |
H A D | shutdowniconunx.cxx | 106 BitmapReadAccess* pSalBitmap = pInSalBitmap.AcquireReadAccess(); in ResIdToPixbuf() local 109 g_return_val_if_fail( pSalBitmap != NULL, NULL ); in ResIdToPixbuf() 111 Size aSize( pSalBitmap->Width(), pSalBitmap->Height() ); in ResIdToPixbuf() 118 for( nY = 0; nY < pSalBitmap->Height(); nY++ ) in ResIdToPixbuf() 120 for( nX = 0; nX < pSalBitmap->Width(); nX++ ) in ResIdToPixbuf() 123 aPix = pSalBitmap->GetPixel( nY, nX ); in ResIdToPixbuf() 138 pInSalBitmap.ReleaseAccess( pSalBitmap ); in ResIdToPixbuf()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 611 Os2SalBitmap* pSalBitmap = NULL; in getBitmap() local 651 pSalBitmap = new Os2SalBitmap; in getBitmap() 653 if( !pSalBitmap->Create( hMemBmp, FALSE, FALSE ) ) in getBitmap() 655 delete pSalBitmap; in getBitmap() 656 pSalBitmap = NULL; in getBitmap() 661 if( !pSalBitmap ) in getBitmap() 665 return pSalBitmap; in getBitmap()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 685 WinSalBitmap* pSalBitmap = NULL; in getBitmap() local 701 pSalBitmap = new WinSalBitmap; in getBitmap() 703 if( !pSalBitmap->Create( hBmpBitmap, FALSE, FALSE ) ) in getBitmap() 705 delete pSalBitmap; in getBitmap() 706 pSalBitmap = NULL; in getBitmap() 716 return pSalBitmap; in getBitmap()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 205 SvpSalBitmap* pSalBitmap = new SvpSalBitmap(); in IMPL_LINK() local 206 pSalBitmap->setBitmap( rDevice ); in IMPL_LINK() 207 Bitmap aBitmap( pSalBitmap ); in IMPL_LINK()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 1058 X11SalBitmap* pSalBitmap = new X11SalBitmap; in getBitmap() local 1065 pSalBitmap->ImplCreateFromDrawable( GetDrawable(), m_nScreen, nBitCount, nX, nY, nDX, nDY ); in getBitmap() 1067 …pSalBitmap->Create( Size( nDX, nDY ), (nBitCount > 8) ? 24 : nBitCount, BitmapPalette( nBitCount >… in getBitmap() 1069 return pSalBitmap; in getBitmap()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 77 Bitmap::Bitmap( SalBitmap* pSalBitmap ) in Bitmap() argument 80 mpImpBmp->ImplSetSalBitmap( pSalBitmap ); in Bitmap() 2018 SalBitmap* pSalBitmap = mpImpBmp->ImplGetSalBitmap(); in GetSystemData() local 2019 if( pSalBitmap ) in GetSystemData() 2020 bRet = pSalBitmap->GetSystemData( rData ); in GetSystemData()
|
/aoo4110/main/vcl/inc/ |
H A D | impbmp.hxx | 62 void ImplSetSalBitmap( SalBitmap* pSalBitmap );
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1050 bitmapToPixbuf( SalBitmap *pSalBitmap, SalBitmap *pSalAlpha ) in bitmapToPixbuf() argument 1052 g_return_val_if_fail( pSalBitmap != NULL, NULL ); in bitmapToPixbuf() 1055 BitmapBuffer *pBitmap = pSalBitmap->AcquireBuffer( sal_True ); in bitmapToPixbuf() 1063 Size aSize = pSalBitmap->GetSize(); in bitmapToPixbuf() 1094 pSalBitmap->ReleaseBuffer( pBitmap, sal_True ); in bitmapToPixbuf()
|
/aoo4110/main/vcl/win/source/window/ |
H A D | salframe.cxx | 3138 WinSalBitmap* pSalBitmap = NULL; in SnapShot() local 3155 pSalBitmap = new WinSalBitmap; in SnapShot() 3157 if ( !pSalBitmap->Create( hBmpBitmap, FALSE, FALSE ) ) in SnapShot() 3159 delete pSalBitmap; in SnapShot() 3160 pSalBitmap = NULL; in SnapShot() 3164 return pSalBitmap; in SnapShot()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 444 Bitmap( SalBitmap* pSalBitmap );
|
Completed in 100 milliseconds