Searched defs:Interpolation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsintrp.c61 // Interpolation routines by default
90 p ->Interpolation = Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags);
94 if (p ->Interpolation.Lerp16 == NULL)
95 p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags);
98 if (p ->Interpolation.Lerp16 == NULL) {
1422 cmsInterpFunction Interpolation; local
1426 memset(&Interpolation, 0, sizeof(Interpolation));
1430 return Interpolation;
1439 Interpolation
[all...]
H A Dlcms2_plugin.h269 // Interpolation. 16 bits and floating point versions.
272 // Interpolation callbacks
320 cmsInterpFunction Interpolation; // Points to the function to do the interpolation member in struct:_cms_interp_struc

Completed in 77 milliseconds