Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.h181 bool LookUpInTable(const uint8_t* buf, uint32_t& offset, uint8_t& bit_offset);
Dfx_gif.cpp347 if (!LookUpInTable(src_buf, src_offset, src_bit_offset)) { in Encode()
368 bool CGifLZWEncoder::LookUpInTable(const uint8_t* buf, in LookUpInTable() function in CGifLZWEncoder