Searched refs:WriteBits (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/egif/ |
H A D | giflzwc.cxx | 52 inline void WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ); 72 inline void GIFImageDataOutputStream::WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ) in WriteBits() function in GIFImageDataOutputStream 98 WriteBits(0,7); in ~GIFImageDataOutputStream() 174 pIDOS->WriteBits( nClearCode,nCodeSize ); in StartCompression() 208 pIDOS->WriteBits(pPrefix->nCode,nCodeSize); in Compress() 212 pIDOS->WriteBits(nClearCode,nCodeSize); in Compress() 245 pIDOS->WriteBits(pPrefix->nCode,nCodeSize); in EndCompression() 247 pIDOS->WriteBits( nEOICode,nCodeSize ); in EndCompression()
|
/aoo4110/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 113 inline void WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ); 496 inline void TIFFWriter::WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ) in WriteBits() function in TIFFWriter 536 WriteBits( nClearCode, nCodeSize ); in StartCompression() 564 WriteBits( pPrefix->nCode, nCodeSize ); in Compress() 568 WriteBits( nClearCode, nCodeSize ); in Compress() 598 WriteBits( pPrefix->nCode, nCodeSize ); in EndCompression() 600 WriteBits( nEOICode, nCodeSize ); in EndCompression()
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | bitmap_gfx.cxx | 295 void WriteBits (sal_uInt16 nCode, sal_uInt16 nCodeLen); 330 WriteBits( mnClearCode, mnCodeSize ); in LZWEncoder() 336 WriteBits (mpPrefix->mnCode, mnCodeSize); in ~LZWEncoder() 338 WriteBits (mnEOICode, mnCodeSize); in ~LZWEncoder() 344 LZWEncoder::WriteBits (sal_uInt16 nCode, sal_uInt16 nCodeLen) in WriteBits() function in psp::LZWEncoder 384 WriteBits (mpPrefix->mnCode, mnCodeSize); in EncodeByte() 388 WriteBits (mnClearCode, mnCodeSize); in EncodeByte()
|
/aoo4110/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 239 inline void WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ); 2612 inline void PSWriter::WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ) in WriteBits() function in PSWriter 2649 WriteBits( nClearCode, nCodeSize ); in StartCompression() 2677 WriteBits( pPrefix->nCode, nCodeSize ); in Compress() 2681 WriteBits( nClearCode, nCodeSize ); in Compress() 2711 WriteBits( pPrefix->nCode, nCodeSize ); in EndCompression() 2713 WriteBits( nEOICode, nCodeSize ); in EndCompression()
|
Completed in 42 milliseconds