Lines Matching refs:Os2SalBitmap

56 Os2SalBitmap::Os2SalBitmap() :  in Os2SalBitmap()  function in Os2SalBitmap
66 Os2SalBitmap::~Os2SalBitmap() in ~Os2SalBitmap()
73 bool Os2SalBitmap::Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle ) in Create()
126 bool Os2SalBitmap::Create( const Size& rSize, USHORT nBitCount, const BitmapPalette& rPal ) in Create()
144 bool Os2SalBitmap::Create( const SalBitmap& rSSalBitmap ) in Create()
147 const Os2SalBitmap& rSalBitmap = static_cast<const Os2SalBitmap&>(rSSalBitmap); in Create()
172 bool Os2SalBitmap::Create( const SalBitmap& rSSalBmp, SalGraphics* pSGraphics ) in Create()
175 const Os2SalBitmap& rSalBmp = static_cast<const Os2SalBitmap&>(rSSalBmp); in Create()
242 bool Os2SalBitmap::Create( const SalBitmap& rSSalBmp, USHORT nNewBitCount ) in Create()
245 const Os2SalBitmap& rSalBmp = static_cast<const Os2SalBitmap&>(rSSalBmp); in Create()
287 void Os2SalBitmap::Destroy() in Destroy()
306 void Os2SalBitmap::ImplReplacehDIB1Subst( HANDLE hDIB1Subst ) in ImplReplacehDIB1Subst()
316 USHORT Os2SalBitmap::ImplGetDIBColorCount( HANDLE hDIB ) in ImplGetDIBColorCount()
339 HANDLE Os2SalBitmap::ImplCreateDIB( const Size& rSize, USHORT nBits, const BitmapPalette& rPal ) in ImplCreateDIB()
388 HANDLE Os2SalBitmap::ImplCreateDIB4FromDIB1( HANDLE hDIB1 ) in ImplCreateDIB4FromDIB1()
392 …PBYTE pBits = (PBYTE) pBI + *(ULONG*) pBIH + Os2SalBitmap::ImplGetDIBColorCount( hDI… in ImplCreateDIB4FromDIB1()
434 HANDLE Os2SalBitmap::ImplCopyDIBOrDDB( HANDLE hHdl, bool bDIB ) in ImplCopyDIBOrDDB()
518 BitmapBuffer* Os2SalBitmap::AcquireBuffer( bool bReadOnly ) in AcquireBuffer()
607 void Os2SalBitmap::ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly ) in ReleaseBuffer()
630 void Os2SalBitmap::ImplDecodeRLEBuffer( const PM_BYTE* pSrcBuf, PM_BYTE* pDstBuf, in ImplDecodeRLEBuffer()
723 bool Os2SalBitmap::GetSystemData( BitmapSystemData& rData ) in GetSystemData()