Searched refs:Slope (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c744 cmsFloat64Number Val, Slope, beta; local
756 Slope = (Val - BeginVal) / AtBegin;
757 beta = Val - Slope * AtBegin;
760 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta);
764 Slope = (EndVal - Val) / AtBegin; // AtBegin holds the X interval, which is same in both cases
765 beta = Val - Slope * AtEnd;
768 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta);
1027 // Slope-limit the obtained curves

Completed in 59 milliseconds