Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp35 m_dest_buf(0), in CCodec_Jbig2Context()
61 pJbig2Context->m_dest_buf = dest_buf; in StartDecode()
90 uint32_t* dword_buf = reinterpret_cast<uint32_t*>(pJbig2Context->m_dest_buf); in Decode()
Dccodec_jbig2module.h30 uint8_t* m_dest_buf; variable