Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dfx_codec.h68 CCodec_IccModule* GetIccModule() const { return m_pIccModule.get(); } in GetIccModule()
89 std::unique_ptr<CCodec_IccModule> m_pIccModule; variable
/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp1362 m_pIccModule(pdfium::MakeUnique<CCodec_IccModule>()), in CCodec_ModuleMgr()