Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/
Dcpdf_modulemgr.cpp56 CCodec_IccModule* CPDF_ModuleMgr::GetIccModule() { in GetIccModule() function in CPDF_ModuleMgr
57 return m_pCodecModule ? m_pCodecModule->GetIccModule() : nullptr; in GetIccModule()
Dcpdf_modulemgr.h64 CCodec_IccModule* GetIccModule();
/external/pdfium/core/fpdfapi/page/
Dfpdf_page_colors.cpp231 } else if (CPDF_ModuleMgr::Get()->GetIccModule()) { in CPDF_IccProfile()
232 m_pTransform = CPDF_ModuleMgr::Get()->GetIccModule()->CreateTransform_sRGB( in CPDF_IccProfile()
238 CPDF_ModuleMgr::Get()->GetIccModule()->DestroyTransform(m_pTransform); in ~CPDF_IccProfile()
Dcpdf_colorspace.cpp900 CCodec_IccModule* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB()
961 CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline( in TranslateImageLine()
977 CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline( in TranslateImageLine()
/external/pdfium/core/fxge/dib/
Dfx_dib_composite.cpp307 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Argb2Graya()
511 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Argb2Gray()
607 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Rgb2Gray()
657 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Rgb2Graya()
1474 CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Argb2Argb_Transform()
1569 CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Rgb2Argb_Blend_NoClip_Transform()
1595 CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Rgb2Argb_Blend_Clip_Transform()
1620 CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Rgb2Argb_NoBlend_Clip_Transform()
1644 CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Rgb2Argb_NoBlend_NoClip_Transform()
1670 CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in CompositeRow_Argb2Rgb_Blend_Transform()
[all …]
Dfx_dib_main.cpp500 CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in TransferMask()
502 CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in TransferMask()
/external/pdfium/core/fxcodec/
Dfx_codec.h72 CCodec_IccModule* GetIccModule() const { return m_pIccModule.get(); } in GetIccModule() function
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp248 CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in DibSetPixel()
1328 !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in Init()
1331 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in Init()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp3001 !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in Init()
3004 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in Init()