Searched refs:pOutBuf (Results 1 – 7 of 7) sorted by relevance
123 sal_uInt8* pOutBuf = new sal_uInt8[ nUnCompressedSize ]; in Read() local124 sal_uInt8* pTmpBuf = pOutBuf; in Read()125 sal_uInt8* pLast = pOutBuf + nUnCompressedSize - 1; in Read()161 rStmToRead.Write( pOutBuf, nUnCompressedSize ); in Read()163 delete[] pOutBuf; in Read()
500 sal_Int8* pOutBuf = aRet.getArray(); in getData() local509 pOutBuf += bitmapLayout.ScanLineStride*(aRequestedBytes.getHeight()-1); in getData()522 pOutBuf += nScanlineStride; in getData()537 sal_Int8* pOutScan = pOutBuf; in getData()563 pOutBuf += nScanlineStride; in getData()592 sal_Int8* pOutBuf = aRet.getArray(); in getPixel() local606 rtl_copyMemory(pOutBuf, pScan+nScanlineLeftOffset, aRet.getLength() ); in getPixel()621 *pOutBuf++ = m_pBmpAcc->GetPixelIndex(pos.Y,pos.X); in getPixel()622 *pOutBuf = m_pAlphaAcc->GetPixelIndex(pos.Y,pos.X); in getPixel()631 pOutBuf += nNonAlphaBytes; in getPixel()[all …]
741 sal_uInt8** pOutBuf, sal_uInt32* pOutLen ) in unzipToBuffer() argument753 *pOutBuf = (sal_uInt8*)rtl_reallocateMemory( *pOutBuf, buf_increment_size ); in unzipToBuffer()754 aZStr.next_out = (Bytef*)*pOutBuf; in unzipToBuffer()766 *pOutBuf = (sal_uInt8*)rtl_reallocateMemory( *pOutBuf, nNewAlloc ); in unzipToBuffer()767 aZStr.next_out = (Bytef*)(*pOutBuf + *pOutLen); in unzipToBuffer()781 rtl_freeMemory( *pOutBuf ); in unzipToBuffer()782 *pOutBuf = NULL; in unzipToBuffer()
34 pOutBuf=new sal_uInt8[4096]; in LZWDecompressor()49 delete[] pOutBuf; in ~LZWDecompressor()180 pOutBufData=pOutBuf+nOutBufDataLen; in DecompressSome()
64 sal_uInt8 * pOutBuf; member in LZWDecompressor
47 pOutBuf = new sal_uInt8[ 4096 ]; in GIFLZWDecompressor()54 pOutBufData = pOutBuf + 4096; in GIFLZWDecompressor()70 delete[] pOutBuf; in ~GIFLZWDecompressor()
36 HPBYTE pOutBuf; member in GIFLZWDecompressor
Completed in 31 milliseconds