Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp342 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_1bppPlt2Gray()
395 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_8bppPlt2Gray()
424 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_RgbOrCmyk2Gray()
511 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_Plt2PltRgb8()
592 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_Rgb2PltRgb8()
596 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_Rgb2PltRgb8()
668 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_1bppPlt2Rgb()
717 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_8bppPlt2Rgb()
746 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_24bppRgb2Rgb24()
775 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _ConvertBuffer_32bppRgb2Rgb24()
[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.cpp463 …& CFX_GEModule::Get()->GetCodecModule() && CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in TransferMask()
464 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in TransferMask()
/external/pdfium/core/src/fpdfapi/
Dfpdf_basic_module.cpp171 ICodec_IccModule* CPDF_ModuleMgr::GetIccModule() in GetIccModule() function in CPDF_ModuleMgr
173 return m_pCodecModule ? m_pCodecModule->GetIccModule() : NULL; in GetIccModule()
/external/pdfium/core/include/fpdfapi/
Dfpdf_module.h89 ICodec_IccModule* GetIccModule();
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp521 if (!m_bsRGB && CPDF_ModuleMgr::Get()->GetIccModule()) { in CPDF_IccProfile()
522 …m_pTransform = CPDF_ModuleMgr::Get()->GetIccModule()->CreateTransform_sRGB(pData, dwSize, nCompone… in CPDF_IccProfile()
528 CPDF_ModuleMgr::Get()->GetIccModule()->DestroyTransform(m_pTransform); in ~CPDF_IccProfile()
635 ICodec_IccModule *pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB()
683 …CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline(m_pProfile->m_pTransform, pDestBuf, pSrcB… in TranslateImageLine()
698 …CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline(m_pProfile->m_pTransform, m_pCache, temp_… in TranslateImageLine()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h65 ICodec_IccModule* GetIccModule() in GetIccModule() function
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp479 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in SetColor()
484 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in SetColor()
Dfx_ge_text.cpp129 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in _Color2Argb()
134 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _Color2Argb()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1029 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in Init()
1032 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in Init()
1385 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _DibSetPixel()
1414 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in SetPixel()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp948 …!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) { in GetDIBits()