Lines Matching refs:Slope
719 // Normalize endpoints by slope limiting max and min. This assures endpoints as well.
727 cmsFloat64Number Val, Slope, beta;
737 // Compute slope and offset for begin of curve
739 Slope = (Val - BeginVal) / AtBegin;
740 beta = Val - Slope * AtBegin;
743 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta);
745 // Compute slope and offset for the end
747 Slope = (EndVal - Val) / AtBegin; // AtBegin holds the X interval, which is same in both cases
748 beta = Val - Slope * AtEnd;
751 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta);
1010 // Slope-limit the obtained curves