Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dfx_codec.h72 CCodec_IccModule* GetIccModule() const { return m_pIccModule.get(); } in GetIccModule()
101 std::unique_ptr<CCodec_IccModule> m_pIccModule; variable
/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp26 m_pIccModule(new CCodec_IccModule), in CCodec_ModuleMgr()