Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
Djbig2module.cpp53 pJbig2Context->m_dest_buf = dest_buf; in StartDecode()
81 uint32_t* dword_buf = reinterpret_cast<uint32_t*>(pJbig2Context->m_dest_buf); in Decode()
Djbig2module.h33 uint8_t* m_dest_buf = nullptr; variable