Searched refs:CCodec_IccModule (Results 1 – 8 of 8) sorted by relevance
42 CCodec_IccModule::CCodec_IccModule() : m_nComponents(0) {} in CCodec_IccModule() function in CCodec_IccModule44 CCodec_IccModule::~CCodec_IccModule() {} in ~CCodec_IccModule()46 std::unique_ptr<CLcmsCmm> CCodec_IccModule::CreateTransform_sRGB( in CreateTransform_sRGB()118 void CCodec_IccModule::Translate(CLcmsCmm* pTransform, in Translate()146 void CCodec_IccModule::TranslateScanline(CLcmsCmm* pTransform, in TranslateScanline()
33 class CCodec_IccModule {35 CCodec_IccModule();36 ~CCodec_IccModule();
1362 m_pIccModule(pdfium::MakeUnique<CCodec_IccModule>()), in CCodec_ModuleMgr()
23 class CCodec_IccModule; variable68 CCodec_IccModule* GetIccModule() const { return m_pIccModule.get(); } in GetIccModule()89 std::unique_ptr<CCodec_IccModule> m_pIccModule;
15 class CCodec_IccModule; variable56 CCodec_IccModule* GetIccModule();
108 CCodec_IccModule* CPDF_ModuleMgr::GetIccModule() { in GetIccModule()
10 CCodec_IccModule icc_module; in LLVMFuzzerTestOneInput()
851 CCodec_IccModule* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB()