Searched refs:Interpolators (Results 1 – 4 of 4) sorted by relevance
59 "../externals/Nima-Cpp/Source/Animation/Interpolators/CubicSolver.cpp",60 "../externals/Nima-Cpp/Source/Animation/Interpolators/ValueTimeCurveInterpolator.cpp",
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()
520 cmsInterpFnFactory Interpolators; member