Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp482 void* pOutputProfile = CreateProfile(pOutputParam, Icc_CLASS_OUTPUT, &key); in CreateTransform() local
483 if (!pOutputProfile) { in CreateTransform()
489 TransferProfileType(pOutputProfile, pOutputParam->dwFormat); in CreateTransform()
510 pInputProfile, dwInputProfileType, pOutputProfile, in CreateTransform()
514 cmsCreateTransform(pInputProfile, dwInputProfileType, pOutputProfile, in CreateTransform()