Searched refs:hBitmap (Results 1 – 12 of 12) sorted by relevance
/trunk/main/vcl/inc/win/ |
H A D | wincomp.hxx | 82 inline HBITMAP SelectBitmap( HDC hDC, HBITMAP hBitmap ) in SelectBitmap() argument 84 return (HBITMAP)SelectObject( hDC, (HGDIOBJ)hBitmap ); in SelectBitmap() 87 inline void DeleteBitmap( HBITMAP hBitmap ) in DeleteBitmap() argument 89 DeleteObject( (HGDIOBJ)hBitmap ); in DeleteBitmap()
|
H A D | salbmp.h | 88 bool Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle );
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salvd.cxx | 42 HBITMAP hBitmap; in ImplCreateVirDevBitmap() local 46 hBitmap = CreateBitmap( (int)nDX, (int)nDY, 1, 1, NULL ); in ImplCreateVirDevBitmap() 68 hBitmap = CreateDIBSection( hDC, &aBitmapInfo, in ImplCreateVirDevBitmap() 73 return hBitmap; in ImplCreateVirDevBitmap()
|
H A D | salbmp.cxx | 530 bool WinSalBitmap::Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle ) in Create() argument 535 mhDIB = (HGLOBAL) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, TRUE ) : hBitmap ); in Create() 537 mhDDB = (HBITMAP) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, FALSE ) : hBitmap ); in Create()
|
/trunk/main/vcl/win/source/app/ |
H A D | salshl.cxx | 93 HBITMAP hBitmap = LoadBitmap( aSalShlData.mhInst, MAKEINTRESOURCE( nId ) ); in ImplLoadSalBitmap() local 95 DBG_ASSERT( hBitmap, "bitmap not found in sal resource" ); in ImplLoadSalBitmap() 97 return hBitmap; in ImplLoadSalBitmap()
|
/trunk/main/dtrans/source/os2/clipb/ |
H A D | Os2Clipboard.cxx | 108 hBitmap = 0; in Os2Clipboard() 194 if (handle != hBitmap) { in getContents() 195 hBitmap = handle; in getContents() 319 hBitmap = hbm; in setContents()
|
H A D | Os2Clipboard.hxx | 108 ULONG hText, hBitmap; // handles to previous clipboard data member in os2::Os2Clipboard
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salvd.cxx | 66 HBITMAP hBitmap; in ImplCreateVirDevBitmap() local 74 hBitmap = GpiCreateBitmap( hPS, &aBitmapInfo, 0, NULL, NULL ); in ImplCreateVirDevBitmap() 75 return hBitmap; in ImplCreateVirDevBitmap()
|
H A D | salbmp.cxx | 73 bool Os2SalBitmap::Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle ) in Create() argument 78 mhDIB = (HANDLE) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, TRUE ) : hBitmap ); in Create() 80 mhDDB = (HBITMAP) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, FALSE ) : hBitmap ); in Create()
|
/trunk/main/dtrans/source/win32/dtobj/ |
H A D | DOTransferable.cxx | 366 byteStream = WinBITMAPToOOBMP(stgmedium.hBitmap); in getClipboardData() 370 DeleteObject(stgmedium.hBitmap); in getClipboardData()
|
/trunk/main/vcl/inc/os2/ |
H A D | salbmp.h | 88 bool Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle );
|
/trunk/main/embeddedobj/source/msole/ |
H A D | olecomponent.cxx | 345 nBufSize = GetBitmapBits( aMedium.hBitmap, 0, NULL ); in ConvertDataForFlavor() 347 …if ( nBufSize && nBufSize == sal::static_int_cast< ULONG >( GetBitmapBits( aMedium.hBitmap, nBufSi… in ConvertDataForFlavor()
|
Completed in 77 milliseconds