Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c55_cmsInterpFn16 EvalCurveIn16[MAX_INPUT_DIMENSIONS]; // The maximum number of input channels …
58 _cmsInterpFn16 EvalCLUT; // The evaluator for 3D grid
62_cmsInterpFn16* EvalCurveOut16; // Points to an array of curve evaluators in 16 bits (not-ow…
343 …Duped->EvalCurveOut16 = (_cmsInterpFn16*) _cmsDupMem(ContextID, p16->EvalCurveOut16, p16->nOutputs… in Prelin16dup()
381 … p16 -> EvalCurveOut16 = (_cmsInterpFn16*) _cmsCalloc(ContextID, nOutputs, sizeof(_cmsInterpFn16)); in PrelinOpt16alloc()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h258 typedef void (* _cmsInterpFn16)(register const cmsUInt16Number Input[], typedef
273 _cmsInterpFn16 Lerp16; // Forward interpolation in 16 bits