Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcodec/
Dfx_codec.h69 ICodec_JpegModule* GetJpegModule() const { return m_pJpegModule.get(); } in GetJpegModule()
86 std::unique_ptr<ICodec_JpegModule> m_pJpegModule; variable
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp20 m_pJpegModule(new CCodec_JpegModule), in CCodec_ModuleMgr()