Home
last modified time | relevance | path

Searched refs:GetIccModule (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/
Dcpdf_modulemgr.cpp108 CCodec_IccModule* CPDF_ModuleMgr::GetIccModule() { in GetIccModule() function in CPDF_ModuleMgr
109 return m_pCodecModule->GetIccModule(); in GetIccModule()
Dcpdf_modulemgr.h56 CCodec_IccModule* GetIccModule();
/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.cpp31 auto* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in CPDF_IccProfile()
Dcpdf_colorspace.cpp851 CCodec_IccModule* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB()
908 CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline( in TranslateImageLine()
927 CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline( in TranslateImageLine()
/external/pdfium/core/fxcodec/
Dfx_codec.h68 CCodec_IccModule* GetIccModule() const { return m_pIccModule.get(); } in GetIccModule() function