/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_convert.cpp | 317 ICodec_IccModule* pIccModule = in _ConvertBuffer_1bppPlt2Gray() local 319 pIccModule->TranslateScanline(pIccTransform, gray, (const uint8_t*)plt, 2); in _ConvertBuffer_1bppPlt2Gray() 379 ICodec_IccModule* pIccModule = in _ConvertBuffer_8bppPlt2Gray() local 381 pIccModule->TranslateScanline(pIccTransform, gray, (const uint8_t*)plt, in _ConvertBuffer_8bppPlt2Gray() 417 ICodec_IccModule* pIccModule = in _ConvertBuffer_RgbOrCmyk2Gray() local 424 pIccModule->TranslateScanline(pIccTransform, dest_scan, src_scan, in _ConvertBuffer_RgbOrCmyk2Gray() 433 pIccModule->TranslateScanline(pIccTransform, dest_scan, src_scan, 1); in _ConvertBuffer_RgbOrCmyk2Gray() 525 ICodec_IccModule* pIccModule = in _ConvertBuffer_Plt2PltRgb8() local 527 pIccModule->TranslateScanline(pIccTransform, (uint8_t*)plt, in _ConvertBuffer_Plt2PltRgb8() 621 ICodec_IccModule* pIccModule = NULL; in _ConvertBuffer_Rgb2PltRgb8() local [all …]
|
D | fx_dib_composite.cpp | 288 ICodec_IccModule* pIccModule = NULL; in _CompositeRow_Argb2Graya() local 290 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in _CompositeRow_Argb2Graya() 305 pIccModule->TranslateScanline(pIccTransform, dest_scan, src_scan, in _CompositeRow_Argb2Graya() 331 pIccModule->TranslateScanline(pIccTransform, &gray, src_scan, 1); in _CompositeRow_Argb2Graya() 356 pIccModule->TranslateScanline(pIccTransform, dest_scan, src_scan, in _CompositeRow_Argb2Graya() 382 pIccModule->TranslateScanline(pIccTransform, &gray, src_scan, 1); in _CompositeRow_Argb2Graya() 403 pIccModule->TranslateScanline(pIccTransform, dest_scan, src_scan, in _CompositeRow_Argb2Graya() 429 pIccModule->TranslateScanline(pIccTransform, &gray, src_scan, 1); in _CompositeRow_Argb2Graya() 448 pIccModule->TranslateScanline(pIccTransform, dest_scan, src_scan, in _CompositeRow_Argb2Graya() 474 pIccModule->TranslateScanline(pIccTransform, &gray, src_scan, 1); in _CompositeRow_Argb2Graya() [all …]
|
D | fx_dib_main.cpp | 469 ICodec_IccModule* pIccModule = in TransferMask() local 471 pIccModule->TranslateScanline(pIccTransform, color_p, color_p, 1); in TransferMask()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1085 ICodec_IccModule* pIccModule = NULL; in Init() local 1090 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in Init() 1101 pIccModule->TranslateScanline(pIccTransform, &gray, in Init() 1125 pIccModule->TranslateScanline(pIccTransform, (uint8_t*)&m_Color, in Init() 1133 pIccModule->TranslateScanline(pIccTransform, (uint8_t*)&m_Color, in Init() 1146 pIccModule->TranslateScanline(pIccTransform, (uint8_t*)&m_Color, in Init() 1501 ICodec_IccModule* pIccModule = in _DibSetPixel() local 1504 pIccModule->TranslateScanline(pIccTransform, (uint8_t*)&color, in _DibSetPixel()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_blitter_new.cpp | 1569 ICodec_IccModule* pIccModule = NULL; in Init() local 1575 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule(); in Init() 1587 pIccModule->TranslateScanline(pIccTransform, &gray, in Init() 1611 pIccModule->TranslateScanline(pIccTransform, (uint8_t*)&m_Color, in Init() 1617 pIccModule->TranslateScanline(pIccTransform, (uint8_t*)&m_Color, in Init() 1628 pIccModule->TranslateScanline(pIccTransform, (uint8_t*)&m_Color, in Init()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 771 ICodec_IccModule* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB() local 772 if (!m_pProfile->m_pTransform || !pIccModule) { in GetRGB() 780 pIccModule->SetComponents(m_nComponents); in GetRGB() 781 pIccModule->Translate(m_pProfile->m_pTransform, pBuf, rgb); in GetRGB()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 508 ICodec_IccModule* pIccModule = in SetColor() local 513 pIccModule->TranslateScanline(pIccTransform, pColor, pColor, 1); in SetColor()
|
D | fx_ge_text.cpp | 154 ICodec_IccModule* pIccModule = in _Color2Argb() local 158 pIccModule->TranslateScanline(pIccTransform, bgra, (const uint8_t*)&color, in _Color2Argb()
|