Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsintrp.c85 cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p) in _cmsSetInterpolationRoutine()
110 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, in _cmsComputeInterpParamsEx()
116 cmsInterpParams* p; in _cmsComputeInterpParamsEx()
126 p = (cmsInterpParams*) _cmsMallocZero(ContextID, sizeof(cmsInterpParams)); in _cmsComputeInterpParamsEx()
161 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, cmsUInt32Number nSamples, in _cmsComputeInterpParams()
177 void _cmsFreeInterpParams(cmsInterpParams* p) in _cmsFreeInterpParams()
196 register const cmsInterpParams* p) in LinLerp1D()
233 const cmsInterpParams* p) in LinLerp1Dfloat()
268 register const cmsInterpParams* p16) in Eval1Input()
299 const cmsInterpParams* p) in Eval1InputFloat()
[all …]
Dlcms2_internal.h826 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, cmsUInt32Number nSamples, cmsUIn…
827 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples…
828 void _cmsFreeInterpParams(cmsInterpParams* p);
829 cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p);
839 cmsInterpParams* InterpParams; // Private optimizations for interpolation
843cmsInterpParams** SegInterp; // Array of private optimizations for interpolation in table-base…
Dcmsopt.c37 …const cmsInterpParams* p; // Tetrahedrical interpolation parameters. This is a not-owned pointer.
56 cmsInterpParams* ParamsCurveIn16[MAX_INPUT_DIMENSIONS];
59 const cmsInterpParams* CLUTparams; // (not-owned pointer)
63cmsInterpParams** ParamsCurveOut16; // Points to an array of references to interpolation params …
377 …uped->ParamsCurveOut16 = (cmsInterpParams**)_cmsDupMem(ContextID, p16->ParamsCurveOut16, p16->nOut… in Prelin16dup()
385 const cmsInterpParams* ColorMap, in PrelinOpt16alloc()
415 …p16 -> ParamsCurveOut16 = (cmsInterpParams**) _cmsCalloc(ContextID, nOutputs, sizeof(cmsInterpPara… in PrelinOpt16alloc()
492 cmsInterpParams* p16 = Grid ->Params; in PatchLUT()
877 Prelin8Data* PrelinOpt8alloc(cmsContext ContextID, const cmsInterpParams* p, cmsToneCurve* G[3]) in PrelinOpt8alloc()
956 register const cmsInterpParams* p = p8 ->p; in PrelinEval8()
Dcmsgamma.c275 … p ->SegInterp = (cmsInterpParams**) _cmsCalloc(ContextID, nSegments, sizeof(cmsInterpParams*)); in AllocateToneCurveStruct()
/external/pdfium/third_party/lcms/
D0030-const-data.patch55 … p ->SegInterp = (cmsInterpParams**) _cmsCalloc(ContextID, nSegments, sizeof(cmsInterpParams*));
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h303 } cmsInterpParams; typedef
531 cmsInterpParams* Params;