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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c88 _cmsInterpFn16 EvalCurveIn16[MAX_INPUT_DIMENSIONS]; // The maximum number of input channels is known in advance
91 _cmsInterpFn16 EvalCLUT; // The evaluator for 3D grid
95 _cmsInterpFn16* EvalCurveOut16; // Points to an array of curve evaluators in 16 bits (not-owned pointer)
293 Duped ->EvalCurveOut16 = _cmsDupMem(ContextID, p16 ->EvalCurveOut16, p16 ->nOutputs * sizeof(_cmsInterpFn16));
332 p16 -> EvalCurveOut16 = (_cmsInterpFn16*) _cmsCalloc(ContextID, nOutputs, sizeof(_cmsInterpFn16));
H A Dlcms2_plugin.h277 typedef void (* _cmsInterpFn16)(register const cmsUInt16Number Input[], typedef
292 _cmsInterpFn16 Lerp16; // Forward interpolation in 16 bits

Completed in 36 milliseconds