Searched refs:CLZWDecoder (Results 1 – 1 of 1) sorted by relevance
103 class CLZWDecoder { class127 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()