OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cmsInterpFn16
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmsopt.c
55
_cmsInterpFn16
EvalCurveIn16[MAX_INPUT_DIMENSIONS]; // The maximum number of input channels is known in advance
58
_cmsInterpFn16
EvalCLUT; // The evaluator for 3D grid
62
_cmsInterpFn16
* EvalCurveOut16; // Points to an array of curve evaluators in 16 bits (not-owned pointer)
257
Duped ->EvalCurveOut16 = (
_cmsInterpFn16
*)_cmsDupMem(ContextID, p16 ->EvalCurveOut16, p16 ->nOutputs * sizeof(
_cmsInterpFn16
));
295
p16 -> EvalCurveOut16 = (
_cmsInterpFn16
*) _cmsCalloc(ContextID, nOutputs, sizeof(
_cmsInterpFn16
));
[
all
...]
/external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h
258
typedef void (*
_cmsInterpFn16
)(register const cmsUInt16Number Input[],
273
_cmsInterpFn16
Lerp16; // Forward interpolation in 16 bits
Completed in 268 milliseconds