Searched refs:m_Module (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jbig.cpp | 32 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()
|
D | codec_int.h | 278 CPDF_Jbig2Interface m_Module; variable
|