Home | History | Annotate | Download | only in src

Lines Matching defs:out

21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
587 cmsFloat32Number Out;
592 g ->SegInterp[i] -> Interpolation.LerpFloat(&R1, &Out, g ->SegInterp[i]);
594 return Out;
839 cmsToneCurve* out = NULL;
864 out = cmsBuildTabulatedToneCurveFloat(ContextID, nResultingPoints, Res);
871 return out;
927 cmsToneCurve *out;
946 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL);
947 if (out == NULL)
973 out ->Table16[i] = _cmsQuickSaturateWord(Ascending ? y2 : y1);
984 out ->Table16[i] = _cmsQuickSaturateWord(a* y + b);
988 return out;
1199 // Another info fn: is out gamma table multisegment?
1223 cmsUInt16Number In, Out;
1226 Out = cmsEvalToneCurve16(Curve, In);
1228 return (cmsFloat32Number) (Out / 65535.0);
1237 cmsUInt16Number out;
1241 Curve ->InterpParams ->Interpolation.Lerp16(&v, &out, Curve ->InterpParams);
1242 return out;