Searched refs:CreateProfile (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_icc.cpp | 403 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()
|
D | codec_int.h | 196 …FX_LPVOID CreateProfile(ICodec_IccModule::IccParam* pIccParam, Icc_CLASS ic, CFX_BinaryBuf* pTran…
|