Home
last modified time | relevance | path

Searched refs:nBlockBufSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx43 sal_uInt8 nBlockBufSize; member in GIFImageDataOutputStream
61 if( nBlockBufSize==255 ) in FlushBitsBufsFullBytes()
64 pBlockBuf[nBlockBufSize++] = (sal_uInt8) nBitsBuf; in FlushBitsBufsFullBytes()
87 nBlockBufSize = 0; in GIFImageDataOutputStream()
109 if( nBlockBufSize ) in FlushBlockBuf()
111 rStream << (sal_uInt8) nBlockBufSize; in FlushBlockBuf()
112 rStream.Write( pBlockBuf,nBlockBufSize ); in FlushBlockBuf()
113 nBlockBufSize = 0; in FlushBlockBuf()
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx84 nBlockBufSize = cBufSize; in DecompressBlock()
150 if( nBlockBufPos >= nBlockBufSize ) in ProcessOneCode()
H A Ddecode.hxx49 sal_uInt8 nBlockBufSize; member in GIFLZWDecompressor

Completed in 19 milliseconds