Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dfx_codec.h71 CCodec_Jbig2Module* GetJbig2Module() const { return m_pJbig2Module.get(); } in GetJbig2Module()
100 std::unique_ptr<CCodec_Jbig2Module> m_pJbig2Module; variable
/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp25 m_pJbig2Module(new CCodec_Jbig2Module), in CCodec_ModuleMgr()