Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/
D0030-const-data.patch40 -_cmsParametricCurvesCollection *GetParametricCurveByType(cmsContext ContextID, int Type, int* inde…
41 +const _cmsParametricCurvesCollection *GetParametricCurveByType(cmsContext ContextID, int Type, int…
61 - _cmsParametricCurvesCollection* c = GetParametricCurveByType(ContextID, Type, &Pos);
62 + const _cmsParametricCurvesCollection* c = GetParametricCurveByType(ContextID, Type, &Pos);
/external/pdfium/third_party/lcms/src/
Dcmsgamma.c178 const _cmsParametricCurvesCollection *GetParametricCurveByType(cmsContext ContextID, int Type, int*… in GetParametricCurveByType() function
292 c = GetParametricCurveByType(ContextID, Segments[i].Type, NULL); in AllocateToneCurveStruct()
875 const _cmsParametricCurvesCollection* c = GetParametricCurveByType(ContextID, Type, &Pos); in cmsBuildParametricToneCurve()
1085GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()