Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp61 if (decompressed_next_ != 0) { in Decode()
63 if (decompressed_next_ != 0) in Decode()
115 uint8_t append_char = decompressed_[decompressed_next_ - 1]; in Decode()
126 if (decompressed_next_ != 0) in Decode()
149 decompressed_next_ = 0; in ClearTable()
166 decompressed_next_ = 0; in DecodeString()
170 decompressed_next_ >= decompressed_.size()) in DecodeString()
173 decompressed_[decompressed_next_++] = code_table_[code].suffix; in DecodeString()
180 decompressed_[decompressed_next_++] = static_cast<uint8_t>(code); in DecodeString()
189 uint32_t copy_size = des_size <= decompressed_next_ in ExtractData()
[all …]
Dcfx_lzwdecompressor.h39 size_t* DecompressedNextForTest() { return &decompressed_next_; } in DecompressedNextForTest()
56 size_t decompressed_next_; variable