Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio1.c460 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
486 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
487 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
488 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
490 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
507 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
511 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
514 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()