Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dfx_codec.h65 CCodec_JpegModule* GetJpegModule() const { return m_pJpegModule.get(); } in GetJpegModule()
86 std::unique_ptr<CCodec_JpegModule> m_pJpegModule; variable
/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp1359 m_pJpegModule(pdfium::MakeUnique<CCodec_JpegModule>()), in CCodec_ModuleMgr()