Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp461 FX_DWORD dwInputProfileType = TransferProfileType(pInputProfile, pInputParam->dwFormat); in CreateTransform() local
463 if (dwInputProfileType == 0 || dwOutputProfileType == 0) { in CreateTransform()
470 …key << dwInputProfileType << dwOutputProfileType << dwIntent << dwFlag << (pProofProfile != NULL) … in CreateTransform()
478 pCmm->m_nSrcComponents = T_CHANNELS(dwInputProfileType); in CreateTransform()
487 …Cache->m_pIccTransform = cmsCreateProofingTransform(pInputProfile, dwInputProfileType, pOutputProf… in CreateTransform()
490 …pTransformCache->m_pIccTransform = cmsCreateTransform(pInputProfile, dwInputProfileType, pOutputPr… in CreateTransform()