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.cpp453 FX_LPVOID pInputProfile = CreateProfile(pInputParam, Icc_CLASS_INPUT, &key); in CreateTransform() local
454 if (pInputProfile == NULL) { in CreateTransform()
461 FX_DWORD dwInputProfileType = TransferProfileType(pInputProfile, pInputParam->dwFormat); in CreateTransform()
487 …pTransformCache->m_pIccTransform = cmsCreateProofingTransform(pInputProfile, dwInputProfileType, p… in CreateTransform()
490 …pTransformCache->m_pIccTransform = cmsCreateTransform(pInputProfile, dwInputProfileType, pOutputPr… in CreateTransform()