Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp478 FX_DWORD dwOutputProfileType = TransferProfileType(pOutputProfile, pOutputParam->dwFormat); in CreateTransform() local
479 if (dwInputProfileType == 0 || dwOutputProfileType == 0) { in CreateTransform()
486 …key << dwInputProfileType << dwOutputProfileType << dwIntent << dwFlag << (pProofProfile != NULL) … in CreateTransform()
492 pCmm->m_nDstComponents = T_CHANNELS(dwOutputProfileType); in CreateTransform()
496 … cmsCreateProofingTransform(pInputProfile, dwInputProfileType, pOutputProfile, dwOutputProfileType, in CreateTransform()
499 …nsform = cmsCreateTransform(pInputProfile, dwInputProfileType, pOutputProfile, dwOutputProfileType, in CreateTransform()