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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c1332 cmsPipeline* NewLUT; local
1337 NewLUT = (cmsPipeline*) _cmsMallocZero(ContextID, sizeof(cmsPipeline));
1338 if (NewLUT == NULL) return NULL;
1341 NewLUT -> InputChannels = InputChannels;
1342 NewLUT -> OutputChannels = OutputChannels;
1344 NewLUT ->Eval16Fn = _LUTeval16;
1345 NewLUT ->EvalFloatFn = _LUTevalFloat;
1346 NewLUT ->DupDataFn = NULL;
1347 NewLUT ->FreeDataFn = NULL;
1348 NewLUT
1415 cmsPipeline* NewLUT; local
[all...]
H A Dcmstypes.c1739 cmsPipeline* NewLUT = NULL; local
1759 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
1760 if (NewLUT == NULL) goto Error;
1777 if (!cmsPipelineInsertStage(NewLUT, cmsAT_BEGIN, cmsStageAllocMatrix(self ->ContextID, 3, 3, Matrix, NULL)))
1782 if (!Read8bitTables(self ->ContextID, io, NewLUT, InputChannels)) goto Error;
1813 if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T)))
1820 if (!Read8bitTables(self ->ContextID, io, NewLUT, OutputChannels)) goto Error;
1823 return NewLUT;
1826 if (NewLUT != NULL) cmsPipelineFree(NewLUT);
1838 cmsPipeline* NewLUT = (cmsPipeline*) Ptr; local
2033 cmsPipeline* NewLUT = NULL; local
2126 cmsPipeline* NewLUT = (cmsPipeline*) Ptr; local
2467 cmsPipeline* NewLUT = NULL; local
2783 cmsPipeline* NewLUT = NULL; local
4365 cmsPipeline *NewLUT = (cmsPipeline *) Cargo; local
4410 cmsPipeline *NewLUT = NULL; local
[all...]

Completed in 998 milliseconds