Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.h118 class CGifLZWDecoder {
125 explicit CGifLZWDecoder(FX_CHAR* error_ptr);
126 ~CGifLZWDecoder();
223 CGifLZWDecoder* img_decoder_ptr;
Dfx_gif.cpp12 void CGifLZWDecoder::Input(uint8_t* src_buf, uint32_t src_size) { in Input()
17 uint32_t CGifLZWDecoder::GetAvailInput() { in GetAvailInput()
21 CGifLZWDecoder::CGifLZWDecoder(FX_CHAR* error_ptr) in CGifLZWDecoder() function in CGifLZWDecoder
36 CGifLZWDecoder::~CGifLZWDecoder() {} in ~CGifLZWDecoder()
38 void CGifLZWDecoder::InitTable(uint8_t code_len) { in InitTable()
51 void CGifLZWDecoder::ClearTable() { in ClearTable()
61 void CGifLZWDecoder::DecodeString(uint16_t code) { in DecodeString()
74 void CGifLZWDecoder::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode()
86 int32_t CGifLZWDecoder::Decode(uint8_t* des_buf, uint32_t& des_size) { in Decode()
918 gif_ptr->img_decoder_ptr = new CGifLZWDecoder(gif_ptr->err_ptr); in gif_load_frame()
[all …]