Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp482 FX_LPVOID pProofProfile = NULL; in CreateTransform() local
484 pProofProfile = CreateProfile(pProofParam, Icc_CLASS_PROOF, &key); in CreateTransform()
486 …key << dwInputProfileType << dwOutputProfileType << dwIntent << dwFlag << (pProofProfile != NULL) … in CreateTransform()
495 if (pProofProfile) { in CreateTransform()
497 pProofProfile, dwIntent, dwPrfIntent, dwPrfFlag); in CreateTransform()