Searched refs:CLZWDecoder (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp77 class CLZWDecoder : public CFX_Object class in inherits:CFX_Object
95 void CLZWDecoder::AddCode(FX_DWORD prefix_code, FX_BYTE append_char)
109 void CLZWDecoder::DecodeString(FX_DWORD code)
128 int CLZWDecoder::Decode(FX_LPBYTE dest_buf, FX_DWORD& dest_size, const FX_BYTE* src_buf, FX_DWORD& src_size, FX_BOOL bEarlyChange)
864 CLZWDecoder* pDecoder = NULL;
876 pDecoder = FX_NEW CLZWDecoder;
887 pDecoder = FX_NEW CLZWDecoder;

Completed in 370 milliseconds