Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp96 m_pJbig2Context->m_src_size = src_size; in StartDecode()
134 m_pJbig2Context->m_src_size = (FX_DWORD)file_ptr->GetSize(); in StartDecode()
135 m_pJbig2Context->m_src_buf = FX_Alloc(FX_BYTE, m_pJbig2Context->m_src_size); in StartDecode()
140 if(!file_ptr->ReadBlock((void*)m_pJbig2Context->m_src_buf, 0, m_pJbig2Context->m_src_size)) { in StartDecode()
143 …ntext(&m_Module, NULL, 0, m_pJbig2Context->m_src_buf, m_pJbig2Context->m_src_size, JBIG2_FILE_STRE… in StartDecode()
Dcodec_int.h241 FX_DWORD m_src_size; variable