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.cpp477 FX_DWORD dwInputProfileType = TransferProfileType(pInputProfile, pInputParam->dwFormat); in CreateTransform() local
479 if (dwInputProfileType == 0 || dwOutputProfileType == 0) { in CreateTransform()
486 …key << dwInputProfileType << dwOutputProfileType << dwIntent << dwFlag << (pProofProfile != NULL) … in CreateTransform()
491 pCmm->m_nSrcComponents = T_CHANNELS(dwInputProfileType); in CreateTransform()
496 …Cache->m_pIccTransform = cmsCreateProofingTransform(pInputProfile, dwInputProfileType, pOutputProf… in CreateTransform()
499 …pTransformCache->m_pIccTransform = cmsCreateTransform(pInputProfile, dwInputProfileType, pOutputPr… in CreateTransform()