Searched defs:InputProfile (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms/src/
H A Dcmsxform.c1223 cmsHPROFILE InputProfile,
1239 hArray[0] = InputProfile; hArray[1] = ProofingProfile; hArray[2] = ProofingProfile; hArray[3] = OutputProfile;
1246 return cmsCreateTransformTHR(ContextID, InputProfile, InputFormat, OutputProfile, OutputFormat, nIntent, dwFlags);
1254 cmsHTRANSFORM CMSEXPORT cmsCreateProofingTransform(cmsHPROFILE InputProfile, argument
1263 return cmsCreateProofingTransformTHR(cmsGetProfileContextID(InputProfile),
1264 InputProfile,
1222 cmsCreateProofingTransformTHR(cmsContext ContextID, cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) argument

Completed in 106 milliseconds