Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp36 code_first_(0), in CFX_LZWDecompressor()
106 AddCode(code_old_, code_first_); in Decode()
181 code_first_ = static_cast<uint8_t>(code); in DecodeString()
Dcfx_lzwdecompressor.h54 uint8_t code_first_; variable