Home
last modified time | relevance | path

Searched refs:Interpolators (Results 1 – 4 of 4) 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/skia/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.c67 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()
Dlcms2_internal.h520 cmsInterpFnFactory Interpolators; member