Searched refs:pDstBuf (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 364 BitmapBuffer* pDstBuf; in ImplCreateXImage() local 447 pDstBuf = StretchAndConvert( *mpDIB, rTwoRect, nDstFormat, pPal, pMask ); in ImplCreateXImage() 451 if( pDstBuf && pDstBuf->mpBits ) in ImplCreateXImage() 454 pImage->data = (char*) pDstBuf->mpBits; in ImplCreateXImage() 457 delete pDstBuf; in ImplCreateXImage()
|
/trunk/main/sal/osl/unx/ |
H A D | file_url.cxx | 868 sal_Unicode const * pSrcBuf, sal_Size nSrcChars, sal_Char * pDstBuf, sal_Size nDstBytes, in convert() argument 873 m_converter, 0, pSrcBuf, nSrcChars, pDstBuf, nDstBytes, nFlags, pInfo, pSrcCvtChars); in convert() 925 sal_Char const * pSrcBuf, sal_Size nSrcBytes, sal_Unicode * pDstBuf, sal_Size nDstChars, in convert() argument 930 m_converter, 0, pSrcBuf, nSrcBytes, pDstBuf, nDstChars, nFlags, pInfo, pSrcCvtBytes); in convert()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salbmp.cxx | 630 void Os2SalBitmap::ImplDecodeRLEBuffer( const PM_BYTE* pSrcBuf, PM_BYTE* pDstBuf, in ImplDecodeRLEBuffer() argument 634 HPBYTE pDIB = (HPBYTE) pDstBuf; in ImplDecodeRLEBuffer() 635 HPBYTE pRow = (HPBYTE) pDstBuf; in ImplDecodeRLEBuffer()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 982 void WinSalBitmap::ImplDecodeRLEBuffer( const BYTE* pSrcBuf, BYTE* pDstBuf, in ImplDecodeRLEBuffer() argument 986 HPBYTE pDIB = (HPBYTE) pDstBuf; in ImplDecodeRLEBuffer() 987 HPBYTE pRow = (HPBYTE) pDstBuf; in ImplDecodeRLEBuffer()
|
/trunk/main/vcl/inc/os2/ |
H A D | salbmp.h | 64 static void ImplDecodeRLEBuffer( const PM_BYTE* pSrcBuf, PM_BYTE* pDstBuf,
|
/trunk/main/vcl/inc/win/ |
H A D | salbmp.h | 78 static void ImplDecodeRLEBuffer( const BYTE* pSrcBuf, BYTE* pDstBuf,
|
Completed in 49 milliseconds