Searched refs:Interpolators (Results 1 – 2 of 2) sorted by relevance
67 ptr ->Interpolators = NULL; in _cmsRegisterInterpPlugin()72 ptr ->Interpolators = Plugin ->InterpolatorsFactory; in _cmsRegisterInterpPlugin()85 if (ptr ->Interpolators != NULL) in _cmsSetInterpolationRoutine()86 p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags); in _cmsSetInterpolationRoutine()
507 cmsInterpFnFactory Interpolators; member