Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcodec/
Dfx_codec.h80 ICodec_TiffModule* GetTiffModule() const { return m_pTiffModule.get(); } in GetTiffModule()
94 std::unique_ptr<ICodec_TiffModule> m_pTiffModule; variable
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp28 m_pTiffModule(new CCodec_TiffModule), in CCodec_ModuleMgr()