Home
last modified time | relevance | path

Searched refs:Interpolators (Results 1 – 3 of 3) sorted by relevance

/external/skqp/third_party/Nima-Cpp/
DBUILD.gn59 "../externals/Nima-Cpp/Source/Animation/Interpolators/CubicSolver.cpp",
60 "../externals/Nima-Cpp/Source/Animation/Interpolators/ValueTimeCurveInterpolator.cpp",
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c74 ptr ->Interpolators = NULL; in _cmsRegisterInterpPlugin()
79 ptr ->Interpolators = Plugin ->InterpolatorsFactory; in _cmsRegisterInterpPlugin()
92 if (ptr ->Interpolators != NULL) in _cmsSetInterpolationRoutine()
93 p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags); in _cmsSetInterpolationRoutine()
Dlcms2_internal.h572 cmsInterpFnFactory Interpolators; member