Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp124 void ExpandDestBuf(uint32_t additional_size);
175 void CLZWDecoder::ExpandDestBuf(uint32_t additional_size) { in ExpandDestBuf() function in fxcodec::__anon0f322ee60111::CLZWDecoder
219 ExpandDestBuf(dest_byte_pos_ - dest_buf_size_ + 1); in Decode()
262 ExpandDestBuf(required_size - dest_buf_size_); in Decode()