Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c62 …_cmsInterpFn16* EvalCurveOut16; // Points to an array of curve evaluators in 16 bits (not-ow… member
233 p16 ->EvalCurveOut16[i](&StageDEF[i], &Output[i], p16 ->ParamsCurveOut16[i]); in PrelinEval16()
243 _cmsFree(ContextID, p16 ->EvalCurveOut16); in PrelinOpt16free()
257 …Duped ->EvalCurveOut16 = (_cmsInterpFn16*)_cmsDupMem(ContextID, p16 ->EvalCurveOut16, p16 ->nOut… in Prelin16dup()
295 … p16 -> EvalCurveOut16 = (_cmsInterpFn16*) _cmsCalloc(ContextID, nOutputs, sizeof(_cmsInterpFn16)); in PrelinOpt16alloc()
302 p16 -> EvalCurveOut16[i] = Eval16nop1D; in PrelinOpt16alloc()
307 p16 -> EvalCurveOut16[i] = p16 ->ParamsCurveOut16[i]->Interpolation.Lerp16; in PrelinOpt16alloc()