Home
last modified time | relevance | path

Searched refs:LZWEncoder (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx272 class LZWEncoder : public Ascii85Encoder class
294 LZWEncoder ();
299 LZWEncoder (osl::File* pOutputFile);
300 ~LZWEncoder ();
305 LZWEncoder::LZWEncoder(osl::File* pOutputFile) : in LZWEncoder() function in psp::LZWEncoder
333 LZWEncoder::~LZWEncoder() in ~LZWEncoder()
344 LZWEncoder::WriteBits (sal_uInt16 nCode, sal_uInt16 nCodeLen) in WriteBits()
359 LZWEncoder::EncodeByte (sal_uInt8 nByte ) in EncodeByte()
634 ByteEncoder* pEncoder = mbCompressBmp ? new LZWEncoder(mpPageBody) in DrawPS2GrayImage()
655 ByteEncoder* pEncoder = mbCompressBmp ? new LZWEncoder(mpPageBody) in DrawPS2MonoImage()
[all …]

Completed in 9 milliseconds