Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmscnvrt.c183 const cmsCIEXYZ* BlackPointOut, in ComputeBlackPointCompensation() argument
200 ax = (BlackPointOut->X - cmsD50_XYZ()->X) / tx; in ComputeBlackPointCompensation()
201 ay = (BlackPointOut->Y - cmsD50_XYZ()->Y) / ty; in ComputeBlackPointCompensation()
202 az = (BlackPointOut->Z - cmsD50_XYZ()->Z) / tz; in ComputeBlackPointCompensation()
204 bx = - cmsD50_XYZ()-> X * (BlackPointOut->X - BlackPointIn->X) / tx; in ComputeBlackPointCompensation()
205 by = - cmsD50_XYZ()-> Y * (BlackPointOut->Y - BlackPointIn->Y) / ty; in ComputeBlackPointCompensation()
206 bz = - cmsD50_XYZ()-> Z * (BlackPointOut->Z - BlackPointIn->Z) / tz; in ComputeBlackPointCompensation()
401 cmsCIEXYZ BlackPointIn, BlackPointOut; in ComputeConversion() local
404 cmsDetectDestinationBlackPoint(&BlackPointOut, hProfiles[i], Intent, 0); in ComputeConversion()
407 if (BlackPointIn.X != BlackPointOut.X || in ComputeConversion()
[all …]