Lines Matching refs:InterpParams
298 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
755 if (Curve == NULL || Curve->InterpParams == NULL) return; in cmsFreeToneCurve()
757 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
759 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
760 Curve ->InterpParams = NULL; in cmsFreeToneCurve()
825 …if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) retu… in cmsDupToneCurve()
827 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -… in cmsDupToneCurve()
938 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
940 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
946 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
959 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1078 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: too many points… in cmsSmoothToneCurve()
1092 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
1101 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Non-Monotonic."… in cmsSmoothToneCurve()
1107 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mo… in cmsSmoothToneCurve()
1111 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mo… in cmsSmoothToneCurve()
1241 Curve ->InterpParams ->Interpolation.Lerp16(&v, &out, Curve ->InterpParams); in cmsEvalToneCurve16()