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.cpp60 if (decompressed_next_ != 0) { in Decode()
62 if (decompressed_next_ != 0) in Decode()
114 uint8_t append_char = decompressed_[decompressed_next_ - 1]; in Decode()
125 if (decompressed_next_ != 0) in Decode()
148 decompressed_next_ = 0; in ClearTable()
165 decompressed_next_ = 0; in DecodeString()
169 decompressed_next_ >= decompressed_.size()) in DecodeString()
172 decompressed_[decompressed_next_++] = code_table_[code].suffix; in DecodeString()
179 decompressed_[decompressed_next_++] = static_cast<uint8_t>(code); in DecodeString()
189 uint32_t copy_size = dest_size <= decompressed_next_ in ExtractData()
[all …]
Dcfx_lzwdecompressor.h38 size_t* DecompressedNextForTest() { return &decompressed_next_; } in DecompressedNextForTest()
55 size_t decompressed_next_; variable