Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp469 FX_LPVOID pInputProfile = CreateProfile(pInputParam, Icc_CLASS_INPUT, &key); in CreateTransform() local
470 if (pInputProfile == NULL) { in CreateTransform()
477 FX_DWORD dwInputProfileType = TransferProfileType(pInputProfile, pInputParam->dwFormat); in CreateTransform()
496 …pTransformCache->m_pIccTransform = cmsCreateProofingTransform(pInputProfile, dwInputProfileType, p… in CreateTransform()
499 …pTransformCache->m_pIccTransform = cmsCreateTransform(pInputProfile, dwInputProfileType, pOutputPr… in CreateTransform()