Home
last modified time | relevance | path

Searched refs:CCodec_IccModule (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_icc.cpp42 CCodec_IccModule::CCodec_IccModule() : m_nComponents(0) {} in CCodec_IccModule() function in CCodec_IccModule
44 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()
Dccodec_iccmodule.h33 class CCodec_IccModule {
35 CCodec_IccModule();
36 ~CCodec_IccModule();
Dfx_codec.cpp1362 m_pIccModule(pdfium::MakeUnique<CCodec_IccModule>()), in CCodec_ModuleMgr()
/external/pdfium/core/fxcodec/
Dfx_codec.h23 class CCodec_IccModule; variable
68 CCodec_IccModule* GetIccModule() const { return m_pIccModule.get(); } in GetIccModule()
89 std::unique_ptr<CCodec_IccModule> m_pIccModule;
/external/pdfium/core/fpdfapi/
Dcpdf_modulemgr.h15 class CCodec_IccModule; variable
56 CCodec_IccModule* GetIccModule();
Dcpdf_modulemgr.cpp108 CCodec_IccModule* CPDF_ModuleMgr::GetIccModule() { in GetIccModule()
/external/pdfium/testing/libfuzzer/
Dpdf_codec_icc_fuzzer.cc10 CCodec_IccModule icc_module; in LLVMFuzzerTestOneInput()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp851 CCodec_IccModule* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB()