Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp403 FX_LPVOID CCodec_IccModule::CreateProfile(ICodec_IccModule::IccParam* pIccParam, Icc_CLASS ic, CFX_… in CreateProfile() function in CCodec_IccModule
469 FX_LPVOID pInputProfile = CreateProfile(pInputParam, Icc_CLASS_INPUT, &key); in CreateTransform()
473 FX_LPVOID pOutputProfile = CreateProfile(pOutputParam, Icc_CLASS_OUTPUT, &key); in CreateTransform()
484 pProofProfile = CreateProfile(pProofParam, Icc_CLASS_PROOF, &key); in CreateTransform()
Dcodec_int.h196 …FX_LPVOID CreateProfile(ICodec_IccModule::IccParam* pIccParam, Icc_CLASS ic, CFX_BinaryBuf* pTran…