Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp103 class CLZWDecoder { class
127 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode()
140 void CLZWDecoder::DecodeString(uint32_t code) { in DecodeString()
158 int CLZWDecoder::Decode(uint8_t* dest_buf, in Decode()
783 auto decoder = pdfium::MakeUnique<CLZWDecoder>(); in FlateOrLZWDecode()
791 decoder = pdfium::MakeUnique<CLZWDecoder>(); in FlateOrLZWDecode()