Searched refs:BlackPointIn (Results 1 – 1 of 1) sorted by relevance
182 void ComputeBlackPointCompensation(const cmsCIEXYZ* BlackPointIn, in ComputeBlackPointCompensation() argument196 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()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() local403 cmsDetectBlackPoint(&BlackPointIn, hProfiles[i-1], Intent, 0); in ComputeConversion()407 if (BlackPointIn.X != BlackPointOut.X || in ComputeConversion()[all …]