Home | History | Annotate | Download | only in src

Lines Matching refs:TempDest

306             cmsFloat64Number TempSrc, TempDest, Temp;
314 TempDest = CHAD2Temp(ChromaticAdaptationMatrixOut);
316 if (TempSrc < 0.0 || TempDest < 0.0) return FALSE; // Something went wrong
318 if (_cmsMAT3isIdentity(&Scale) && fabs(TempSrc - TempDest) < 0.01) {
324 Temp = (1.0 - AdaptationState) * TempDest + AdaptationState * TempSrc;