Home
last modified time | relevance | path

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

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