Searched refs:pOutBuf (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/svx/source/gallery2/ |
| H A D | codec.cxx | 123 sal_uInt8* pOutBuf = new sal_uInt8[ nUnCompressedSize ]; in Read() local 124 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()
|
| /trunk/main/vcl/source/helper/ |
| H A D | canvasbitmap.cxx | 500 sal_Int8* pOutBuf = aRet.getArray(); in getData() local 509 pOutBuf += bitmapLayout.ScanLineStride*(aRequestedBytes.getHeight()-1); in getData() 521 rtl_copyMemory(pOutBuf, pScan+aRequestedBytes.Left(), aRequestedBytes.getWidth()); 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() local 606 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() [all …]
|
| /trunk/main/sdext/source/pdfimport/pdfparse/ |
| H A D | pdfentries.cxx | 741 sal_uInt8** pOutBuf, sal_uInt32* pOutLen ) in unzipToBuffer() argument 753 *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()
|
| /trunk/main/filter/source/graphicfilter/itiff/ |
| H A D | lzwdecom.cxx | 34 pOutBuf=new sal_uInt8[4096]; in LZWDecompressor() 49 delete[] pOutBuf; in ~LZWDecompressor() 180 pOutBufData=pOutBuf+nOutBufDataLen; in DecompressSome()
|
| H A D | lzwdecom.hxx | 64 sal_uInt8 * pOutBuf; member in LZWDecompressor
|
| /trunk/main/svtools/source/filter/igif/ |
| H A D | decode.cxx | 47 pOutBuf = new sal_uInt8[ 4096 ]; in GIFLZWDecompressor() 54 pOutBufData = pOutBuf + 4096; in GIFLZWDecompressor() 70 delete[] pOutBuf; in ~GIFLZWDecompressor()
|
| H A D | decode.hxx | 36 HPBYTE pOutBuf; member in GIFLZWDecompressor
|