Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/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.h507 cmsInterpFnFactory Interpolators; member