Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp110 class CLZWDecoder { class
112 CLZWDecoder(pdfium::span<const uint8_t> src_span, bool early_change);
139 CLZWDecoder::CLZWDecoder(pdfium::span<const uint8_t> src_span, in CLZWDecoder() function in fxcodec::__anon0f322ee60111::CLZWDecoder
143 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode()
156 void CLZWDecoder::DecodeString(uint32_t code) { in DecodeString()
175 void CLZWDecoder::ExpandDestBuf(uint32_t additional_size) { in ExpandDestBuf()
187 bool CLZWDecoder::Decode() { in Decode()
821 auto decoder = pdfium::MakeUnique<CLZWDecoder>(src_span, bEarlyChange); in FlateOrLZWDecode()