Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/
Dfpdf_basic_module.cpp120 ICodec_IccModule* CPDF_ModuleMgr::GetIccModule() in GetIccModule() function in CPDF_ModuleMgr
122 return m_pCodecModule ? m_pCodecModule->GetIccModule() : NULL; in GetIccModule()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp330 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_1bppPlt2Gray()
383 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_8bppPlt2Gray()
412 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_RgbOrCmyk2Gray()
500 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_Plt2PltRgb8()
581 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_Rgb2PltRgb8()
653 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_1bppPlt2Rgb()
702 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_8bppPlt2Rgb()
731 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_24bppRgb2Rgb24()
760 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_32bppRgb2Rgb24()
773 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_Rgb2Rgb32()
[all …]
Dfx_dib_composite.cpp308 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Argb2Graya()
503 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Argb2Gray()
594 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Rgb2Gray()
640 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Rgb2Graya()
1373 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Argb2Argb_Transform()
1457 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Rgb2Argb_Blend_NoClip_Transform()
1473 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Rgb2Argb_Blend_Clip_Transform()
1489 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Rgb2Argb_NoBlend_Clip_Transform()
1505 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Rgb2Argb_NoBlend_NoClip_Transform()
1521 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Argb2Rgb_Blend_Transform()
[all …]
Dfx_dib_main.cpp448 …& CFX_GEModule::Get()->GetCodecModule() && CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in TransferMask()
449 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in TransferMask()
/external/pdfium/core/include/fpdfapi/
Dfpdf_module.h102 ICodec_IccModule* GetIccModule();
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp533 else if (CPDF_ModuleMgr::Get()->GetIccModule()) { in CPDF_IccProfile()
534 …m_pTransform = CPDF_ModuleMgr::Get()->GetIccModule()->CreateTransform_sRGB(pData, dwSize, m_nSrcCo… in CPDF_IccProfile()
540 CPDF_ModuleMgr::Get()->GetIccModule()->DestroyTransform(m_pTransform); in ~CPDF_IccProfile()
666 ICodec_IccModule *pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB()
715 …CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline(m_pProfile->m_pTransform, pDestBuf, pSrcB… in TranslateImageLine()
730 …CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline(m_pProfile->m_pTransform, m_pCache, temp_… in TranslateImageLine()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp469 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in SetColor()
474 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in SetColor()
Dfx_ge_text.cpp107 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in _Color2Argb()
112 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _Color2Argb()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h65 ICodec_IccModule* GetIccModule() in GetIccModule() function
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1020 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in Init()
1023 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in Init()
1374 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _DibSetPixel()
1403 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in SetPixel()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp1341 …(!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) in Init()
1344 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in Init()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp959 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in GetDIBits()