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

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsps2.c948 int WriteInputMatrixShaper(cmsIOHANDLER* m, cmsHPROFILE hProfile, cmsStage* Matrix, cmsStage* Shaper) argument
960 cmsToneCurve** ShaperCurve = _cmsStageGetPtrToCurveSet(Shaper);
977 _cmsStageGetPtrToCurveSet(Shaper),
1052 cmsStage* Matrix, *Shaper; local
1081 if (cmsPipelineCheckAndRetreiveStages(lut, 2, cmsSigCurveSetElemType, cmsSigMatrixElemType, &Shaper, &Matrix)) {
1083 if (!WriteInputMatrixShaper(mem, hProfile, Matrix, Shaper)) goto Error;

Completed in 82 milliseconds