Lines Matching refs:cmsD50_XYZ
196 tx = BlackPointIn->X - cmsD50_XYZ()->X; in ComputeBlackPointCompensation()
197 ty = BlackPointIn->Y - cmsD50_XYZ()->Y; in ComputeBlackPointCompensation()
198 tz = BlackPointIn->Z - cmsD50_XYZ()->Z; in ComputeBlackPointCompensation()
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()
230 s.n[VX] = cmsD50_XYZ() -> X; in CHAD2Temp()
231 s.n[VY] = cmsD50_XYZ() -> Y; in CHAD2Temp()
232 s.n[VZ] = cmsD50_XYZ() -> Z; in CHAD2Temp()
257 _cmsAdaptationMatrix(Chad, NULL, &White, cmsD50_XYZ()); in Temp2CHAD()