Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c62 …_cmsInterpFn16* EvalCurveOut16; // Points to an array of curve evaluators in 16 bits (not-ow… member
352 p16 ->EvalCurveOut16[i](&StageDEF[i], &Output[i], p16 ->ParamsCurveOut16[i]); in PrelinEval16()
362 _cmsFree(ContextID, p16 ->EvalCurveOut16); in PrelinOpt16free()
376 …Duped->EvalCurveOut16 = (_cmsInterpFn16*) _cmsDupMem(ContextID, p16->EvalCurveOut16, p16->nOutputs… in Prelin16dup()
414 … p16 -> EvalCurveOut16 = (_cmsInterpFn16*) _cmsCalloc(ContextID, nOutputs, sizeof(_cmsInterpFn16)); in PrelinOpt16alloc()
421 p16 -> EvalCurveOut16[i] = Eval16nop1D; in PrelinOpt16alloc()
426 p16 -> EvalCurveOut16[i] = p16 ->ParamsCurveOut16[i]->Interpolation.Lerp16; in PrelinOpt16alloc()