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.cpp457 FX_LPVOID pOutputProfile = CreateProfile(pOutputParam, Icc_CLASS_OUTPUT, &key); in CreateTransform() local
458 if (pOutputProfile == NULL) { in CreateTransform()
462 FX_DWORD dwOutputProfileType = TransferProfileType(pOutputProfile, pOutputParam->dwFormat); in CreateTransform()
487 …form = cmsCreateProofingTransform(pInputProfile, dwInputProfileType, pOutputProfile, dwOutputProfi… in CreateTransform()
490 …IccTransform = cmsCreateTransform(pInputProfile, dwInputProfileType, pOutputProfile, dwOutputProfi… in CreateTransform()