HomeSort by relevance Sort by last modified time
    Searched refs:TempDest (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/lcms/src/
cmscnvrt.c 309 cmsFloat64Number TempSrc, TempDest, Temp;
317 TempDest = CHAD2Temp(ChromaticAdaptationMatrixOut);
319 if (TempSrc < 0.0 || TempDest < 0.0) return FALSE; // Something went wrong
321 if (_cmsMAT3isIdentity(&Scale) && fabs(TempSrc - TempDest) < 0.01) {
327 Temp = (1.0 - AdaptationState) * TempDest + AdaptationState * TempSrc;
    [all...]
cmsvirt.c 735 int TempDest)
749 if (TempSrc == TempDest) {
757 cmsWhitePointFromTemp(&WhitePnt, TempDest);
820 int TempDest)
822 return cmsCreateBCHSWabstractProfileTHR(NULL, nLUTPoints, Bright, Contrast, Hue, Saturation, TempSrc, TempDest);
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]

Completed in 66 milliseconds