Searched refs:NewMPE (Results 1 – 1 of 1) sorted by relevance
252 cmsStage* NewMPE; in cmsStageAllocToneCurves() local255 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() local394 NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigMatrixElemType, Cols, Rows, in cmsStageAllocMatrix()[all …]