Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp32 CJBig2_Context* pContext = CJBig2_Context::CreateContext(&m_Module, in Decode()
60 …pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, src_buf, src_size, JBIG2_FILE_STREAM,… in Decode()
101 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, in StartDecode()
137 …m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, m_pJbig2Context->m… in StartDecode()
Dcodec_int.h278 CPDF_Jbig2Interface m_Module; variable