Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmslut.c252 cmsStage* NewMPE; in cmsStageAllocToneCurves() local
255 NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigCurveSetElemType, nChannels, nChannels, in cmsStageAllocToneCurves()
257 if (NewMPE == NULL) return NULL; in cmsStageAllocToneCurves()
261 cmsStageFree(NewMPE); in cmsStageAllocToneCurves()
265 NewMPE ->Data = (void*) NewElem; in cmsStageAllocToneCurves()
270 cmsStageFree(NewMPE); in cmsStageAllocToneCurves()
284 cmsStageFree(NewMPE); in cmsStageAllocToneCurves()
290 return NewMPE; in cmsStageAllocToneCurves()
384 cmsStage* NewMPE; in cmsStageAllocMatrix() local
394 NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigMatrixElemType, Cols, Rows, in cmsStageAllocMatrix()
[all …]