Home
last modified time | relevance | path

Searched refs:pOutBufData (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/graphicfilter/itiff/
H A Dlzwdecom.cxx94 *(pTarget++)=*(pOutBufData++); in Decompress()
103 *(pTarget++)=*(pOutBufData++); in Decompress()
180 pOutBufData=pOutBuf+nOutBufDataLen; in DecompressSome()
182 *(--pOutBufData)=pTable[nCode].nData; in DecompressSome()
H A Dlzwdecom.hxx65 sal_uInt8 * pOutBufData; member in LZWDecompressor
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx54 pOutBufData = pOutBuf + 4096; in GIFLZWDecompressor()
105 memcpy( pTmpTarget, pOutBufData, nOutBufDataLen ); in DecompressBlock()
107 pOutBufData += nOutBufDataLen; in DecompressBlock()
202 *(--pOutBufData) = pE->nData; in ProcessOneCode()
H A Ddecode.hxx37 HPBYTE pOutBufData; member in GIFLZWDecompressor

Completed in 45 milliseconds