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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgamma.c260 p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLAGS_16BITS);
703 ContextID = Curve ->InterpParams->ContextID;
705 _cmsFreeInterpParams(Curve ->InterpParams);
753 return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In ->Segments, In ->Table16);
863 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID,
869 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL);
882 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams);
1001 cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: too many points.");
1015 if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FALSE;
1155 Curve ->InterpParams
[all...]
H A Dlcms2_internal.h383 cmsInterpParams* InterpParams; // Private optimizations for interpolation member in struct:_cms_curve_struct
H A Dcmsopt.c322 p16 -> ParamsCurveIn16[i] = In[i] ->InterpParams;
343 p16 ->ParamsCurveOut16[i] = Out[i] ->InterpParams;

Completed in 56 milliseconds