Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itiff/
H A Dlzwdecom.cxx62 nOutBufDataLen=0; in StartDecompression()
90 if (((sal_uLong)nOutBufDataLen)>=nMaxCount) { in Decompress()
91 nOutBufDataLen = nOutBufDataLen - (sal_uInt16)nMaxCount; in Decompress()
100 nMaxCount-=(sal_uLong)nOutBufDataLen; in Decompress()
101 nCount+=nOutBufDataLen; in Decompress()
102 while (nOutBufDataLen>0) { in Decompress()
104 nOutBufDataLen--; in Decompress()
179 nOutBufDataLen=pTable[nCode].nDataCount; in DecompressSome()
180 pOutBufData=pOutBuf+nOutBufDataLen; in DecompressSome()
181 for (i=0; i<nOutBufDataLen; i++) { in DecompressSome()
H A Dlzwdecom.hxx66 sal_uInt16 nOutBufDataLen; member in LZWDecompressor
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx42 nOutBufDataLen ( 0 ), in GIFLZWDecompressor()
90 nCount += nOutBufDataLen; in DecompressBlock()
105 memcpy( pTmpTarget, pOutBufData, nOutBufDataLen ); in DecompressBlock()
106 pTmpTarget += nOutBufDataLen; in DecompressBlock()
107 pOutBufData += nOutBufDataLen; in DecompressBlock()
108 nOutBufDataLen = 0; in DecompressBlock()
187 nOutBufDataLen = 0; in ProcessOneCode()
201 nOutBufDataLen++; in ProcessOneCode()
H A Ddecode.hxx45 sal_uInt16 nOutBufDataLen; member in GIFLZWDecompressor

Completed in 12 milliseconds