Home | History | Annotate | Download | only in src

Lines Matching full:ratio

844     cmsFloat64Number SumCMY, SumCMYK, Error, Ratio;
901 Ratio = 1 - ((SumCMYK - bp->MaxTAC) / SumCMY);
902 if (Ratio < 0)
903 Ratio = 0;
906 Ratio = 1.0;
908 Out[0] = _cmsQuickSaturateWord(Outf[0] * Ratio * 65535.0); // C
909 Out[1] = _cmsQuickSaturateWord(Outf[1] * Ratio * 65535.0); // M
910 Ratio * 65535.0); // Y